maxResults belirtilmişse ancak listede maxResults'ten fazla nesne varsa sonraki sonuç grubunu almak için kullanılır. Örneğin, 200 nesne içeren bir listeniz varsa ve maxResults öğesini içeren çağrı listeniz 20 değerine ayarlanmışsa liste, ilk 20 nesneyi ve bir jetonu döndürür. maxResults 20 olarak ayarlanmış ve sonraki 20 nesneyi alacak jetonla listeyi tekrar çağırın.
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: 2024-11-07 UTC."],[[["Retrieves a paginated list of all event ticket objects for a specified issuer ID using a GET request."],["Requires providing the `classId` as a query parameter to filter objects and optionally `token` and `maxResults` for pagination control."],["The response includes an array of `EventTicketObject` resources and pagination details for accessing further results."],["The request body should be empty, and the API requires the `wallet_object.issuer` OAuth scope for authorization."]]],[]]