Method: customers.get
Yêu cầu HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Các tham số |
name |
string
Bắt buộc. Tên của customer .
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của Customer
.
Phạm vi cấp phép
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/userinfo.email
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-09-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]