L'API
Google Business Performance ha un metodo
NOVITÀ che consente di recuperare più `dailyMetrics` in un'unica richiesta API.
Consulta il
calendario del ritiro e le istruzioni per eseguire la migrazione dal metodo API ReportInsights della versione 4 all'API Performance di Google Profilo.
Method: accounts.locations.insuranceNetworks.list
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Restituisce un elenco di tutte le reti di assicurazioni supportate da Google.
Richiesta HTTP
GET https://mybusiness.googleapis.com/v4/{parent=accounts/*/locations/*}/insuranceNetworks
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
parent |
string
Obbligatorio. Il nome della località di cui verranno elencate le reti assicurative. Il nome è nel formato: accounts/{accountId}/locations/{locationId}
|
Parametri di query
Parametri |
languageCode |
string
(Facoltativo) Il codice BCP 47 per la lingua. Se non viene fornito un codice lingua, per impostazione predefinita viene utilizzato l'inglese. Per ora solo "en" è supportato.
|
pageSize |
integer
Numero di reti di assicurazioni da restituire per pagina. Il valore predefinito è 5000. La dimensione massima della pagina è 10.000.
|
pageToken |
string
Se specificata, restituisce la pagina successiva delle reti di assicurazioni.
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Messaggio di risposta per InsuranceNetworkService.ListInsuranceNetworks
Rappresentazione JSON |
{
"networks": [
{
object (InsuranceNetwork )
}
],
"nextPageToken": string
} |
Campi |
networks[] |
object (InsuranceNetwork )
Un elenco di reti di assicurazioni supportate da Google.
|
nextPageToken |
string
Se sono presenti più reti di assicurazioni rispetto alle dimensioni della pagina richiesta, questo campo viene compilato con un token per recuperare la pagina successiva delle reti assicurative in una chiamata successiva all'indirizzo healthNetworks.
|
Ambiti di autorizzazione
Richiede uno dei seguenti ambiti OAuth:
https://www.googleapis.com/auth/plus.business.manage
https://www.googleapis.com/auth/business.manage
Per ulteriori informazioni, consulta la panoramica di OAuth 2.0.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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)."]]