Method: customers.get
طلب HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*}
يستخدم عنوان URL بنية gRPC Transcoding.
معلّمات المسار
المَعلمات |
name |
string
مطلوبة. اسم customer .
|
نص الطلب
يجب أن يكون نص الطلب فارغًا.
نص الاستجابة
إذا كانت الاستجابة ناجحة، يحتوي نص الاستجابة على مثال Customer
.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/sasportal
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]