L'ID della classe di cui verranno elencati gli oggetti.
token
string
Viene utilizzato per ottenere l'insieme di risultati successivo se è specificato maxResults, ma in un elenco sono disponibili più oggetti maxResults. Ad esempio, se hai un elenco di 200 oggetti e chiami list con maxResults impostato su 20, list restituirà i primi 20 oggetti e un token. Chiama di nuovo l'elenco con maxResults impostato su 20 e il token per ottenere i 20 oggetti successivi.
maxResults
integer
Identifica il numero massimo di risultati restituiti da un elenco. Tutti i risultati vengono restituiti se maxResults non è definito.
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-11-21 UTC."],[[["Retrieves a paginated list of all offer objects for a given issuer ID using the `GET` method."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."],["Allows filtering by class ID and specifying the maximum number of results per page using query parameters."],["Returns an empty request body and a response body containing an array of offer objects and pagination details in JSON format."]]],[]]