L'ID della classe di cui verranno elencati gli oggetti.
token
string
Utilizzato per ottenere il set di risultati successivo se si specifica maxResults, ma in un elenco sono disponibili più di maxResults oggetti. Ad esempio, se hai un elenco di 200 oggetti e chiami l'elenco con maxResults impostato su 20, l'elenco restituirà i primi 20 oggetti e un token. Elenco di chiamate di nuovo 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. Vengono restituiti tutti i risultati 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 2025-03-13 UTC."],[[["This endpoint retrieves all gift card objects for a specified issuer ID using a GET request."],["You can use query parameters like `classId`, `token`, and `maxResults` to filter and paginate the results."],["The response includes a list of gift card objects and pagination details in JSON format."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["This describes retrieving a list of gift card objects. A `GET` request is sent to a specific URL, requiring an empty request body. The request can include optional query parameters: `classId` to filter by class, `token` for pagination, and `maxResults` to limit results. Successful responses contain a list of gift card `resources` and `pagination` information in JSON format. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]