maxResults을 지정했지만 목록에 maxResults보다 많은 객체가 있을 경우 다음 결과 집합을 가져오는 데 사용됩니다. 예를 들어 목록에 200개의 객체가 있는데 maxResults를 20으로 설정하여 list를 호출하면 처음 20개의 객체와 토큰 하나가 반환됩니다. 다음 20개 객체를 가져오려면 maxResults를 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"]],["최종 업데이트: 2025-03-13(UTC)"],[[["This endpoint retrieves all loyalty objects for a specified issuer ID using a GET request."],["Request parameters include `classId`, `token`, and `maxResults` to filter and paginate results."],["The response includes an array of loyalty objects and pagination details in JSON format."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` scope."]]],["This outlines retrieving a list of loyalty objects associated with a specific issuer ID via a `GET` HTTP request to a defined URL. The request uses query parameters like `classId`, `token` for pagination, and `maxResults` to limit the returned items. The request body is empty. The successful response includes an array of `LoyaltyObject` resources and pagination details, formatted in JSON. Access requires `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]