Method: accounts.locations.insuranceNetworks.list
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google でサポートされているすべての保険ネットワークのリストを返します。
HTTP リクエスト
GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。保険ネットワークがリストされる場所の名前です。名前の形式は、accounts/{accountId}/locations/{locationId} です。
|
クエリ パラメータ
パラメータ |
languageCode |
string
省略可。言語の BCP 47 コード。言語コードが指定されていない場合、デフォルトで英語に設定されます。現在、「en」のみサポートされています。
|
pageSize |
integer
1 ページあたりで返す保険ネットワークの数。デフォルト値は 5000 です。ページの最大サイズは 10,000 です。
|
pageToken |
string
指定すると、保険ネットワークの次のページが返されます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
InsuranceNetworkService.ListInsuranceNetworks に対するレスポンス メッセージ
JSON 表現 |
{
"networks": [
{
object (InsuranceNetwork )
}
],
"nextPageToken": string
} |
フィールド |
networks[] |
object (InsuranceNetwork )
Google がサポートする保険ネットワークのリスト。
|
nextPageToken |
string
リクエストされたページサイズよりも多くの保険ネットワークがある場合、このフィールドには、後続の insNetworks.list の呼び出しで保険ネットワークの次のページを取得するためのトークンが入力されます。
|
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003eRetrieves a list of all insurance networks supported by Google, filtered by location.\u003c/p\u003e\n"],["\u003cp\u003eAllows for pagination to handle large result sets, with customizable page size.\u003c/p\u003e\n"],["\u003cp\u003eSupports specifying language for results, although currently only English ('en') is available.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific OAuth scopes for authorization, like \u003ccode\u003ehttps://www.googleapis.com/auth/plus.business.manage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eReturns an empty request body and a response containing an array of insurance networks and a token for the next page, if applicable.\u003c/p\u003e\n"]]],["This describes retrieving insurance networks supported by Google via a `GET` request to `https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks`. Required path parameter `parent` specifies the location. Optional query parameters include `languageCode`, `pageSize`, and `pageToken` for language, results per page and pagination. An empty request body is expected. The response includes a list of `networks` and a `nextPageToken` for further results. Authorization requires either `plus.business.manage` or `business.manage` scope.\n"],null,["# Method: accounts.locations.insuranceNetworks.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListInsuranceNetworksResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n\nReturns a list of all insurance networks supported by Google.\n\n### HTTP request\n\n`GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The name of the location whose insurance networks will be listed. The name is in the form: accounts/{accountId}/locations/{locationId} |\n\n### Query parameters\n\n| Parameters ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `languageCode` | `string` Optional. The BCP 47 code for the language. If a language code is not provided, it defaults to English. Right now only 'en' is supported. |\n| `pageSize` | `integer` How many insurance networks to return per page. The default value is 5000. Maximum page size is 10000. |\n| `pageToken` | `string` If specified, returns the next page of insurance networks. |\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:\nResponse message for InsuranceNetworkService.ListInsuranceNetworks\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"networks\": [ { object (/my-business/reference/rest/v4/InsuranceNetwork) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `networks[]` | `object (`[InsuranceNetwork](/my-business/reference/rest/v4/InsuranceNetwork)`)` A list of insurance networks that are supported by Google. |\n| `nextPageToken` | `string` If there are more insurance networks than the requested page size, then this field is populated with a token to fetch the next page of insurance networks on a subsequent call to insuranceNetworks.list. |\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/plus.business.manage`\n- `https://www.googleapis.com/auth/business.manage`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]