Die ID der Klasse, deren Objekte aufgelistet werden.
token
string
Ruft die nächste Gruppe von Ergebnissen ab, wenn maxResults angegeben ist, aber mehr als maxResults Objekte in einer Liste verfügbar sind. Wenn Sie beispielsweise eine Liste mit 200 Objekten haben und maxResults auf 20 gesetzt haben, gibt „list“ die ersten 20 Objekte und ein Token zurück. Ruf die Liste wieder auf, wobei maxResults auf 20 gesetzt ist und das Token zum Abrufen der nächsten 20 Objekte verwendet wird.
maxResults
integer
Gibt die maximale Anzahl von Ergebnissen an, die von einer Liste zurückgegeben werden. Wenn maxResults nicht definiert ist, werden alle Ergebnisse zurückgegeben.
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Die Antwort "Genericobject.list", die die Liste aller generischen Objekte für eine bestimmte Aussteller-ID enthält.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]