maxResults를 지정했지만 목록에 maxResults보다 더 많은 클래스가 있을 경우 다음 결과 집합을 가져오는 데 사용됩니다. 예를 들어 클래스가 200개인 목록이 있는데 maxResults를 20으로 설정하고 목록을 호출하면 목록은 처음 20개의 클래스와 토큰 하나를 반환합니다. 다음 20개 클래스를 가져오려면 maxResults를 20으로 설정하고 토큰을 사용하여 목록을 다시 호출합니다.
maxResults
integer
목록에서 반환하는 최대 결과 수를 식별합니다. maxResults를 정의하지 않으면 모든 결과가 반환됩니다.
요청 본문
요청 본문은 비어 있어야 합니다.
응답 본문
지정된 발급기관 ID의 모든 일반 클래스 목록이 포함된 genericclass.list 응답
[[["이해하기 쉬움","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)"],[[["This document details the process for retrieving a list of all generic classes associated with a specific issuer ID using the Google Wallet API."],["The request is made using an HTTP GET method to a defined endpoint with query parameters for issuer ID, pagination token, and maximum results."],["The response includes a list of generic classes and pagination details for navigating large result sets."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for access."]]],[]]