Method: customers.configurations.list
Elenca le configurazioni di un cliente.
Richiesta HTTP
GET https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
parent |
string
Obbligatorio. Il cliente che gestisce le configurazioni elencate. Un nome di risorsa API nel formato customers/[CUSTOMER_ID] .
|
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 relativo alla configurazione delle schede del cliente.
Rappresentazione JSON |
{
"configurations": [
{
object (Configuration )
}
]
} |
Campi |
configurations[] |
object (Configuration )
Le configurazioni.
|
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/androidworkzerotouchemm
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 2024-08-20 UTC.
[null,null,["Ultimo aggiornamento 2024-08-20 UTC."],[[["This document describes how to list a customer's configurations using the Android Device Provisioning Partner API."],["The HTTP request uses the `GET` method with a URL that includes the customer's ID as a path parameter in the format `customers/[CUSTOMER_ID]`."],["The request body must be empty for listing customer configurations."],["The response body returns a JSON structure containing an array of configuration objects, each representing a customer's configuration."],["Authorization to list configurations requires the OAuth scope `https://www.googleapis.com/auth/androidworkzerotouchemm`."]]],["This document outlines the process to list a customer's configurations. It uses a `GET` request to a specific URL: `https://androiddeviceprovisioning.googleapis.com/v1/{parent=customers/*}/configurations`. The `parent` path parameter, a customer ID, is mandatory. The request body must be empty. The response, if successful, contains a JSON structure with a list of configurations under the `configurations` field. Access requires the `https://www.googleapis.com/auth/androidworkzerotouchemm` OAuth scope.\n"]]