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
Wenn der Vorgang erfolgreich ist, enthält der Antworttext Daten mit folgender 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)."],[[["This endpoint retrieves all transit objects associated with a specific issuer ID using a GET request."],["The request requires an empty body and uses query parameters like `classId`, `token`, and `maxResults` for filtering and pagination."],["A successful response includes a list of transit objects and pagination details in JSON format."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["This outlines retrieving transit objects for a specific issuer ID using a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/transitObject`. The request requires parameters like `classId`, `token` (for pagination), and `maxResults`. The request body must be empty. A successful response returns a JSON object containing an array of `TransitObject` resources and `pagination` details. Access requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]