maxResults belirtilmişse ancak listede maxResults'ten fazla nesne varsa sonraki sonuç grubunu almak için kullanılır. Örneğin, 200 öğenin yer aldığı bir listeniz varsa ve maxResults parametresini 20 olarak ayarlayarak list işlevini çağırırsanız list işlevi ilk 20 öğeyi ve bir jeton döndürür. maxResults 20 olarak ayarlanmış ve sonraki 20 nesneyi alacak jetonla listeyi tekrar çağırın.
maxResults
integer
Bir liste tarafından döndürülen 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-21 UTC."],[[["Retrieves a paginated list of all offer objects for a given issuer ID using the `GET` method."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."],["Allows filtering by class ID and specifying the maximum number of results per page using query parameters."],["Returns an empty request body and a response body containing an array of offer objects and pagination details in JSON format."]]],[]]