משמש לקבלת קבוצת התוצאות הבאה אם 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)."],[[["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."]]],[]]