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/sasportal
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-11-02 UTC.
[null,null,["Ultimo aggiornamento 2022-11-02 UTC."],[[["Retrieves a specific customer using a GET request to the provided URL."],["Requires the customer's name as a path parameter in the URL."],["The request body should be empty, and a successful response returns a 'Customer' object."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],["This document details retrieving a specific customer via an HTTP GET request to `https://sasportal.googleapis.com/v1alpha1/{name=customers/*}`. The `name` path parameter, a string, is required to specify the customer. The request body must be empty. A successful response returns a `Customer` instance. This action necessitates the OAuth scope `https://www.googleapis.com/auth/sasportal` for authorization. The URL employs gRPC Transcoding.\n"]]