Method: offerclass.list
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trả về danh sách tất cả các lớp ưu đãi của một mã nhà phát hành cụ thể.
Yêu cầu HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/offerClass
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số truy vấn
Tham số |
issuerId |
string (int64 format)
Mã nhận dạng của tổ chức phát hành được phép liệt kê các lớp học.
|
token |
string
Dùng để nhận tập hợp kết quả tiếp theo nếu maxResults được chỉ định, nhưng có hơn maxResults lớp trong một danh sách. Ví dụ: nếu bạn có một danh sách gồm 200 lớp và bạn gọi danh sách có maxResults được đặt thành 20, thì danh sách sẽ trả về 20 lớp đầu tiên và một mã thông báo. Gọi lại danh sách với maxResults được đặt thành 20 và mã thông báo để nhận 20 lớp tiếp theo.
|
maxResults |
integer
Xác định số lượng kết quả tối đa được một danh sách trả về. Tất cả kết quả sẽ được trả về nếu không xác định maxResults .
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, phần nội dung phản hồi sẽ chứa dữ liệu có cấu trúc sau:
Biểu diễn dưới dạng JSON |
{
"resources": [
{
object (OfferClass )
}
],
"pagination": {
object (Pagination )
}
} |
Trường |
resources[] |
object (OfferClass )
Tài nguyên tương ứng với yêu cầu danh sách.
|
pagination |
object (Pagination )
Phân trang cho câu trả lời.
|
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/wallet_object.issuer
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eRetrieves a list of all offer classes associated with a specific issuer ID.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes query parameters like \u003ccode\u003eissuerId\u003c/code\u003e, \u003ccode\u003etoken\u003c/code\u003e, and \u003ccode\u003emaxResults\u003c/code\u003e for filtering and pagination.\u003c/p\u003e\n"],["\u003cp\u003eRequires an empty request body and returns a JSON response containing offer class resources and pagination details.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/wallet_object.issuer\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This describes retrieving offer classes using a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/offerClass`. The `issuerId` is required to identify the authorized issuer. Optional `token` and `maxResults` parameters facilitate paginated results. The request body must be empty. The successful response includes `resources`, an array of offer class objects, and `pagination` data. Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope.\n"],null,["# Method: offerclass.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.OfferClassListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nReturns a list of all offer classes for a given issuer ID.\n\n### HTTP request\n\n`GET https://walletobjects.googleapis.com/walletobjects/v1/offerClass`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `issuerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the issuer authorized to list classes. |\n| `token` | `string` Used to get the next set of results if `maxResults` is specified, but more than `maxResults` classes are available in a list. For example, if you have a list of 200 classes and you call list with `maxResults` set to 20, list will return the first 20 classes and a token. Call list again with `maxResults` set to 20 and the token to get the next 20 classes. |\n| `maxResults` | `integer` Identifies the max number of results returned by a list. All results are returned if `maxResults` isn't defined. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"resources\": [ { object (/wallet/reference/rest/v1/offerclass#OfferClass) } ], \"pagination\": { object (/wallet/reference/rest/v1/Pagination) } } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------|\n| `resources[]` | `object (`[OfferClass](/wallet/reference/rest/v1/offerclass#OfferClass)`)` Resources corresponding to the list request. |\n| `pagination` | `object (`[Pagination](/wallet/reference/rest/v1/Pagination)`)` Pagination of the response. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/wallet_object.issuer`"]]