Die ID des Ausstellers, der zum Auflisten von Klassen autorisiert ist.
token
string
Ruft die nächste Gruppe von Ergebnissen ab, wenn maxResults angegeben ist, aber mehr als maxResults Klassen in einer Liste verfügbar sind. Wenn Sie beispielsweise eine Liste mit 200 Klassen haben und maxResults auf 20 gesetzt ist, gibt „list“ die ersten 20 Klassen 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 Klassen 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)."],[[["Retrieves a paginated list of all loyalty classes for a specified issuer ID."],["Allows filtering the results by specifying the maximum number of results returned (`maxResults`) and using tokens for pagination."],["Requires an empty request body and returns a JSON response containing an array of loyalty classes and pagination information."],["Needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["This outlines retrieving a list of loyalty classes. Use a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/loyaltyClass`. Required query parameters include `issuerId`. Optional query parameters `token` and `maxResults` are used for pagination. The request body must be empty. The successful response contains a JSON object with `resources` and `pagination` fields. Requires OAuth scope `https://www.googleapis.com/auth/wallet_object.issuer`.\n"]]