maxResults belirtilmişse ancak bir listede maxResults taneden 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 değeri 20 olarak ayarlanmış ve sonraki 20 nesneyi almak için kullanılacak jetonla tekrar arama listesi.
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."],[[["This endpoint retrieves all loyalty objects for a specified issuer ID using a GET request."],["Request parameters include `classId`, `token`, and `maxResults` to filter and paginate results."],["The response includes an array of loyalty objects and pagination details in JSON format."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["This outlines retrieving a list of loyalty objects associated with a specific issuer ID via a `GET` HTTP request to a defined URL. The request uses query parameters like `classId`, `token` for pagination, and `maxResults` to limit the returned items. The request body is empty. The successful response includes an array of `LoyaltyObject` resources and pagination details, formatted in JSON. Access requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]