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
Risposta genericheobject.list che contiene l'elenco di tutti gli oggetti generici per un determinato ID emittente.
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."],[[["Retrieves a paginated list of all generic objects associated with a specific issuer ID."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."],["The request is made using an HTTP GET to the `https://walletobjects.googleapis.com/walletobjects/v1/genericObject` endpoint."],["Filter results by class ID and control pagination using query parameters like `maxResults` and `token`."],["The response includes an array of `GenericObject` resources and pagination details."]]],["This API retrieves a list of generic objects for a specified issuer ID using a `GET` request to the provided URL. It supports query parameters: `classId` to filter by class, `token` for pagination, and `maxResults` to limit the number of returned objects. The request body must be empty. The successful response is in JSON format, containing an array of `resources` and `pagination` details. It requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]