משמש לקבלת קבוצת התוצאות הבאה אם 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 transit objects associated with a specific issuer ID using a GET request."],["The request requires an empty body and uses query parameters like `classId`, `token`, and `maxResults` for filtering and pagination."],["A successful response includes a list of transit objects and pagination details in JSON format."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],[]]