משמש לקבלת קבוצת התוצאות הבאה אם maxResults צוין, אבל יש יותר מ-maxResults אובייקטים ברשימה. לדוגמה, אם יש לכם רשימה של 200 אובייקטים ואתם קוראים לרשימה maxResults מוגדר ל-20, הרשימה תחזיר את 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-07 (שעון UTC)."],[[["Retrieves a paginated list of all event ticket objects for a specified issuer ID using a GET request."],["Requires providing the `classId` as a query parameter to filter objects and optionally `token` and `maxResults` for pagination control."],["The response includes an array of `EventTicketObject` resources and pagination details for accessing further results."],["The request body should be empty, and the API requires the `wallet_object.issuer` OAuth scope for authorization."]]],[]]