Sınıfları listeleme yetkisi veren kuruluşun kimliği.
token
string
maxResults belirtilmişse ancak bir listede maxResults taneden fazla sınıf varsa sonraki sonuç grubunu almak için kullanılır. Örneğin, 200 sınıftan oluşan bir listeniz varsa ve maxResults bulunan çağrı listeniz 20 olarak ayarlanmışsa liste, ilk 20 sınıfı ve bir jetonu döndürür. maxResults ile tekrar arama listesi 20 olarak ayarlandı ve sonraki 20 sınıfı almak için kullanılacak jeton.
maxResults
integer
Bir listenin döndürdüğü maksimum sonuç sayısını tanımlar. maxResults tanımlanmamışsa tüm sonuçlar döndürülür.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-03-13 UTC."],[[["Retrieves a list of all offer classes associated with a specific issuer ID."],["Utilizes query parameters like `issuerId`, `token`, and `maxResults` for filtering and pagination."],["Requires an empty request body and returns a JSON response containing offer class resources and pagination details."],["Needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["This describes retrieving offer classes using a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/offerClass`. The `issuerId` is required to identify the authorized issuer. Optional `token` and `maxResults` parameters facilitate paginated results. The request body must be empty. The successful response includes `resources`, an array of offer class objects, and `pagination` data. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"]]