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 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ımlanmazsa tüm sonuçlar döndürülür.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
Belirli bir veren kimliği için tüm genel nesnelerin listesini içeren genelobject.list yanıtı.
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 generic objects associated with a specific issuer ID."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."],["The request is made using an HTTP GET to the `https://walletobjects.googleapis.com/walletobjects/v1/genericObject` endpoint."],["Filter results by class ID and control pagination using query parameters like `maxResults` and `token`."],["The response includes an array of `GenericObject` resources and pagination details."]]],[]]