Method: customers.get
Restituisce un elemento customer
richiesto.
Richiesta HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*}
L'URL utilizza la sintassi gRPC Transcoding.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome del customer .
|
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 Customer
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/userinfo.email
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 2022-09-26 UTC.
[null,null,["Ultimo aggiornamento 2022-09-26 UTC."],[[["Retrieves a specific customer resource using a GET request."],["Requires providing the customer's name as a path parameter in the URL."],["An empty request body is necessary, and a successful response returns a `Customer` object."],["Authorization requires the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["The core content describes a `GET` request to retrieve customer information. The request URL is `https://sasportal.googleapis.com/v1alpha1/{name=customers/*}`, utilizing gRPC Transcoding. A mandatory path parameter, `name`, specifies the customer's identifier. The request body must be empty. A successful response will return a `Customer` instance. This request requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope for authorization.\n"]]