Method: customers.get
Żądanie HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagany. Nazwa elementu customer .
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Customer
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/userinfo.email
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-26 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]