Google Business Performance API 的
NEW API 方法可擷取單一 API 要求中的多個「DailyMetrics」。
請詳閱
淘汰時間表和從 v4 reportInsights API 方法遷移至 Google Business Profile Performance API 的操作說明。
Method: accounts.locations.insuranceNetworks.list
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
HTTP 要求
GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks
這個網址使用 gRPC 轉碼語法。
路徑參數
參數 |
parent |
string
必要欄位。要列出保險網路的地區名稱。名稱的格式為:accounts/{accountId}/locations/{locationId}
|
查詢參數
參數 |
languageCode |
string
選用設定。語言的 BCP 47 代碼。如未提供語言代碼,則預設值為英文。目前只提供「en」。
|
pageSize |
integer
每頁要退貨的保險網絡數量。預設值為 5,000。頁面大小上限為 10,000。
|
pageToken |
string
如果有指定,系統會傳回下一頁的保險網絡。
|
回應主體
如果成功,回應主體會含有以下結構的資料:
InsuranceNetworkService.ListInsuranceNetworks 的回應訊息
JSON 表示法 |
{
"networks": [
{
object (InsuranceNetwork )
}
],
"nextPageToken": string
} |
欄位 |
networks[] |
object (InsuranceNetwork )
Google 支援的保險網絡清單。
|
nextPageToken |
string
如果保險網路數量超過要求的頁面大小,系統就會在這個欄位填入憑證,以便在對保險網路清單的後續呼叫時擷取下一頁的保險方案。
|
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
詳情請參閱 OAuth 2.0 總覽。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\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)."]]