Method: eventticketobject.list
指定された発行者 ID のすべてのイベント チケット オブジェクトのリストを返します。
HTTP リクエスト
GET https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject
この URL は gRPC Transcoding 構文を使用します。
クエリ パラメータ
パラメータ |
classId |
string
オブジェクトがリストされるクラスの ID。
|
token |
string
maxResults が指定されていて、リスト内に maxResults を超えるオブジェクトがある場合に、次の結果セットを取得するために使用されます。たとえば、200 個のオブジェクトを含むリストがあり、maxResults を 20 に設定して list を呼び出すと、list は最初の 20 個のオブジェクトとトークンを返します。次の 20 個のオブジェクトを取得するには、maxResults を 20 に設定し、このトークンを指定してリストを再度呼び出します。
|
maxResults |
integer
リストから返される結果の最大数を指定します。maxResults が定義されていない場合は、すべての結果が返されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文に次の構造のデータが含まれます。
フィールド |
resources[] |
object (EventTicketObject )
一覧表示リクエストに対応するリソース。
|
pagination |
object (Pagination )
レスポンスのページ分け。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/wallet_object.issuer
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-13 UTC。
[null,null,["最終更新日 2025-03-13 UTC。"],[[["Retrieves a paginated list of all event ticket objects for a specified issuer ID using a GET request."],["Requires providing the `classId` as a query parameter to filter objects and optionally `token` and `maxResults` for pagination control."],["The response includes an array of `EventTicketObject` resources and pagination details for accessing further results."],["The request body should be empty, and the API requires the `wallet_object.issuer` OAuth scope for authorization."]]],["This service retrieves event ticket objects for a specific issuer ID using a `GET` request to the provided URL. It utilizes query parameters `classId`, `token`, and `maxResults` to filter and paginate the results. The request body must be empty. The successful response contains a JSON array of `EventTicketObject` resources and a pagination object. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]