Method: enterprises.get
Richiesta HTTP
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Il nome dell'azienda nel formato enterprises/{enterpriseId} .
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Enterprise
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/androidmanagement
Per ulteriori informazioni, consulta la sezione OAuth 2.0 Overview.
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-01-30 UTC.
[null,null,["Ultimo aggiornamento 2025-01-30 UTC."],[[["Retrieves details about a specific enterprise using its unique identifier."],["Requires authorization with the `https://www.googleapis.com/auth/androidmanagement` scope."],["Uses a `GET` request with the enterprise's name as a path parameter."],["Returns an `Enterprise` object containing the enterprise's information if successful."],["The request body should be empty."]]],["The core actions involve retrieving enterprise information via a `GET` HTTP request to a specific URL. The URL includes a `name` path parameter, formatted as `enterprises/{enterpriseId}`. The request body must be empty. A successful request returns an `Enterprise` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/androidmanagement` OAuth scope. This operation utilizes gRPC Transcoding syntax for URL formatting.\n"]]