Method: transitobject.list
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
指定された発行者 ID のすべての交通機関オブジェクトのリストを返します。
HTTP リクエスト
GET https://walletobjects.googleapis.com/walletobjects/v1/transitObject
この URL は gRPC Transcoding 構文を使用します。
クエリ パラメータ
パラメータ |
classId |
string
オブジェクトがリストされるクラスの ID。
|
token |
string
maxResults が指定されていて、リスト内に maxResults を超えるオブジェクトがある場合に、次の結果セットを取得するために使用されます。たとえば、200 個のオブジェクトを含むリストがあり、maxResults を 20 に設定して list を呼び出すと、list は最初の 20 個のオブジェクトとトークンを返します。次の 20 個のオブジェクトを取得するには、maxResults を 20 に設定し、このトークンを指定してリストを再度呼び出します。
|
maxResults |
integer
リストから返される結果の最大数を指定します。maxResults が定義されていない場合は、すべての結果が返されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文に次の構造のデータが含まれます。
フィールド |
resources[] |
object (TransitObject )
一覧表示リクエストに対応するリソース。
|
pagination |
object (Pagination )
レスポンスのページ分け。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/wallet_object.issuer
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eThis endpoint retrieves all transit objects associated with a specific issuer ID using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires an empty body and uses query parameters like \u003ccode\u003eclassId\u003c/code\u003e, \u003ccode\u003etoken\u003c/code\u003e, and \u003ccode\u003emaxResults\u003c/code\u003e for filtering and pagination.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of transit objects and pagination details in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/wallet_object.issuer\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["This outlines retrieving transit objects for a specific issuer ID using a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/transitObject`. The request requires parameters like `classId`, `token` (for pagination), and `maxResults`. The request body must be empty. A successful response returns a JSON object containing an array of `TransitObject` resources and `pagination` details. Access requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"],null,["# Method: transitobject.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.TransitObjectListResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nReturns a list of all transit objects for a given issuer ID.\n\n### HTTP request\n\n`GET https://walletobjects.googleapis.com/walletobjects/v1/transitObject`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `classId` | `string` The ID of the class whose objects will be listed. |\n| `token` | `string` Used to get the next set of results if `maxResults` is specified, but more than `maxResults` objects are available in a list. For example, if you have a list of 200 objects and you call list with `maxResults` set to 20, list will return the first 20 objects and a token. Call list again with `maxResults` set to 20 and the token to get the next 20 objects. |\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/transitobject#TransitObject) } ], \"pagination\": { object (/wallet/reference/rest/v1/Pagination) } } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `resources[]` | `object (`[TransitObject](/wallet/reference/rest/v1/transitobject#TransitObject)`)` 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`"]]