Method: genericobject.list
HTTP 请求
GET https://walletobjects.googleapis.com/walletobjects/v1/genericObject
网址采用 gRPC 转码语法。
查询参数
参数 |
classId |
string
要列出其对象的类的 ID。
|
token |
string
如果已指定 maxResults ,但列表中有多于 maxResults 个的对象,则此参数用于获取下一组结果。例如,如果您的列表包含 200 个对象,并且 maxResults 设置为 20 来调用列表,则列表将返回前 20 个对象和一个令牌。使用设置为 20 的 maxResults 和令牌再次调用列表,将获取下一组的 20 个对象。
|
maxResults |
integer
确定列表返回的结果数上限。如果未定义 maxResults ,则返回所有结果。
|
响应正文
Generalobject.list 响应,其中包含指定发卡机构 ID 的所有常规对象的列表。
如果成功,响应正文将包含结构如下的数据:
字段 |
resources[] |
object (GenericObject )
与列表请求相对应的资源。
|
pagination |
object (Pagination )
响应的分页。
|
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/wallet_object.issuer
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-07。
[null,null,["最后更新时间 (UTC):2024-11-07。"],[[["Retrieves a paginated list of all generic objects associated with a specific issuer ID."],["Requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope for authorization."],["The request is made using an HTTP GET to the `https://walletobjects.googleapis.com/walletobjects/v1/genericObject` endpoint."],["Filter results by class ID and control pagination using query parameters like `maxResults` and `token`."],["The response includes an array of `GenericObject` resources and pagination details."]]],["This API retrieves a list of generic objects for a specified issuer ID using a `GET` request to the provided URL. It supports query parameters: `classId` to filter by class, `token` for pagination, and `maxResults` to limit the number of returned objects. The request body must be empty. The successful response is in JSON format, containing an array of `resources` and `pagination` details. It requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]