Digunakan untuk mendapatkan kumpulan hasil berikutnya jika maxResults ditentukan, tetapi ada lebih dari maxResults objek yang tersedia dalam daftar. Misalnya, jika Anda memiliki daftar 200 objek dan memanggil daftar dengan maxResults ditetapkan ke 20, daftar akan menampilkan 20 objek pertama dan token. Panggil daftar lagi dengan maxResults ditetapkan ke 20 dan token untuk mendapatkan 20 objek berikutnya.
maxResults
integer
Mengidentifikasi jumlah maksimum hasil yang ditampilkan oleh daftar. Semua hasil akan ditampilkan jika maxResults tidak ditentukan.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat data dengan struktur berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-11-21 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"]]