משמש לקבלת קבוצת התוצאות הבאה אם צוין 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-07 (שעון UTC)."],[[["Retrieves a paginated list of all flight classes for a specified issuer ID."],["Uses a GET request to the `walletobjects.googleapis.com/walletobjects/v1/flightClass` endpoint with query parameters for issuer ID, pagination token, and maximum results."],["Requires an empty request body and returns a JSON response containing an array of flight class resources and pagination information."],["Needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],[]]