Method: accounts.locations.insuranceNetworks.list
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Возвращает список всех страховых сетей, поддерживаемых Google.
HTTP-запрос
GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
parent | string Необходимый. Название места, страховые сети которого будут указаны. Имя имеет форму: account/{accountId}/locations/{locationId}. |
Параметры запроса
Параметры |
---|
languageCode | string Необязательный. Код BCP 47 для языка. Если код языка не указан, по умолчанию используется английский. На данный момент поддерживается только «en». |
pageSize | integer Сколько страховых сетей вернуть на страницу. Значение по умолчанию — 5000. Максимальный размер страницы — 10000. |
pageToken | string Если указано, возвращает следующую страницу страховых сетей. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит данные следующей структуры:
Ответное сообщение для InsuranceNetworkService.ListInsuranceNetworks
JSON-представление |
---|
{
"networks": [
{
object (InsuranceNetwork )
}
],
"nextPageToken": string
} |
Поля |
---|
networks[] | object ( InsuranceNetwork ) Список страховых сетей, поддерживаемых Google. |
nextPageToken | string Если страховых сетей больше, чем запрошенный размер страницы, это поле заполняется токеном для получения следующей страницы страховых сетей при последующем вызове InsuranceNetworks.list. |
Области авторизации
Требуется одна из следующих областей OAuth:
-
https://www.googleapis.com/auth/plus.business.manage
-
https://www.googleapis.com/auth/business.manage
Дополнительную информацию см. в обзоре OAuth 2.0 .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. 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)."]]