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 değerini 20 olarak ayarlayarak ve sonraki 20 sınıfı almak için jetonu ekleyerek listeyi tekrar çağırın.
maxResults
integer
Bir listenin döndürdüğü maksimum sonuç sayısını tanımlar. maxResults tanımlanmazsa 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: 2024-11-07 UTC."],[[["Retrieves a list of all event ticket classes for a given issuer ID using a GET request to the specified endpoint."],["Allows for pagination using query parameters like `token` and `maxResults` to handle large result sets."],["Requires an empty request body and returns a JSON response containing an array of `EventTicketClass` resources and pagination details."],["Needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for access."]]],[]]