Method: eventticketobject.list
แสดงผลรายการออบเจ็กต์ตั๋วเข้างานทั้งหมดสำหรับรหัสผู้ออกบัตรที่ระบุ
คำขอ HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/eventTicketObject
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์การค้นหา
พารามิเตอร์ |
classId |
string
รหัสของคลาสที่ออบเจ็กต์จะปรากฏ
|
token |
string
ใช้เพื่อรับผลลัพธ์ชุดถัดไปหากระบุ maxResults แต่มีออบเจ็กต์มากกว่า maxResults รายการในลิสต์ ตัวอย่างเช่น หากคุณมีรายการ 200 ออบเจ็กต์ และรายการเรียกที่มี maxResults ตั้งค่าเป็น 20 รายการจะแสดงออบเจ็กต์ 20 รายการแรกและโทเค็น เรียกใช้รายการอีกครั้งโดยตั้งค่า maxResults เป็น 20 และโทเค็นเพื่อรับออบเจ็กต์ 20 รายการถัดไป
|
maxResults |
integer
ระบุจํานวนผลลัพธ์สูงสุดที่รายการแสดง ระบบจะแสดงผลลัพธ์ทั้งหมดหากไม่ได้กําหนด maxResults
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
ช่อง |
resources[] |
object (EventTicketObject )
ทรัพยากรที่เกี่ยวข้องกับคำขอรายการ
|
pagination |
object (Pagination )
การแบ่งหน้าของคำตอบ
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/wallet_object.issuer
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-11-07 UTC
[null,null,["อัปเดตล่าสุด 2024-11-07 UTC"],[[["Retrieves a paginated list of all event ticket objects for a specified issuer ID using a GET request."],["Requires providing the `classId` as a query parameter to filter objects and optionally `token` and `maxResults` for pagination control."],["The response includes an array of `EventTicketObject` resources and pagination details for accessing further results."],["The request body should be empty, and the API requires the `wallet_object.issuer` OAuth scope for authorization."]]],["This service retrieves event ticket objects for a specific issuer ID using a `GET` request to the provided URL. It utilizes query parameters `classId`, `token`, and `maxResults` to filter and paginate the results. The request body must be empty. The successful response contains a JSON array of `EventTicketObject` resources and a pagination object. The operation requires the `https://www.googleapis.com/auth/wallet_object.issuer` authorization scope.\n"]]