Method: customers.list
คำขอ HTTP
GET https://sasportal.googleapis.com/v1alpha1/customers
URL ใช้ไวยากรณ์ gRPC Transcoding
พารามิเตอร์การค้นหา
พารามิเตอร์ |
pageSize |
integer
จํานวนสูงสุดของ customers ที่จะแสดงผลในการตอบกลับ
|
pageToken |
string
โทเค็นการใส่เลขหน้าที่แสดงผลจากการเรียกไปยัง customers.list ครั้งก่อน ซึ่งระบุว่าข้อมูลนี้ควรอยู่ต่อที่ใด
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
คําตอบสําหรับ customers.list
การแสดง JSON |
{
"customers": [
{
object (Customer )
}
],
"nextPageToken": string
} |
ช่อง |
customers[] |
object (Customer )
รายการของ customers ที่ตรงกับคําขอ
|
nextPageToken |
string
โทเค็นการใส่เลขหน้าที่แสดงผลจากการเรียกไปยัง customers.list ครั้งก่อน ซึ่งบ่งชี้ตําแหน่งที่ข้อมูลควรดําเนินต่อไป หากช่องหายไปหรือว่างเปล่า หมายความว่าจะไม่มีลูกค้าเพิ่มเติม
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/sasportal
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["This API call (`GET https://sasportal.googleapis.com/v1alpha1/customers`) retrieves a list of customers within the Spectrum Access System."],["Users can control the number of results and pagination via query parameters `pageSize` and `pageToken`."],["The response provides a list of customers and a token for retrieving further results if available."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope."]]],["This document details the process of listing customers via an HTTP `GET` request to `https://sasportal.googleapis.com/v1alpha1/customers`. The request utilizes query parameters `pageSize` and `pageToken` for pagination. The request body must be empty. The successful response returns a JSON object containing an array of `customers` and a `nextPageToken` for further pagination. The request requires OAuth scope `https://www.googleapis.com/auth/sasportal`.\n"]]