משמש לקבלת קבוצת התוצאות הבאה אם maxResults צוין, אבל יש יותר מ-maxResults אובייקטים ברשימה. לדוגמה, אם יש לכם רשימה של 200 אובייקטים ואתם קוראים ל-list עם maxResults שמוגדר כ-20, הפונקציה list תחזיר את 20 האובייקטים הראשונים ואת אסימון. קוראים שוב ל-list עם maxResults מוגדר ל-20 ואת האסימון כדי לקבל את 20 האובייקטים הבאים.
maxResults
integer
מזהה את המספר המקסימלי של תוצאות שמוחזרות על ידי רשימה. אם לא מגדירים את maxResults, כל התוצאות יחזרו.
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]