Method: flightclass.list
แสดงผลรายการชั้นเที่ยวบินทั้งหมดสำหรับรหัสผู้ออกบัตรที่ระบุ
คำขอ HTTP
GET https://walletobjects.googleapis.com/walletobjects/v1/flightClass
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์การค้นหา
พารามิเตอร์ |
issuerId |
string (int64 format)
รหัสของผู้ออกใบอนุญาตที่ได้รับอนุญาตให้แสดงชั้นเรียน
|
token |
string
ใช้เพื่อรับชุดผลลัพธ์ถัดไปหากระบุ maxResults แต่มีชั้นเรียนมากกว่า maxResults รายการในรายการ ตัวอย่างเช่น หากคุณมีรายการ 200 คลาสและเรียกใช้รายการโดยตั้งค่า maxResults เป็น 20 รายการ จะแสดงผล 20 คลาสแรกและโทเค็น เรียกใช้รายการอีกครั้งโดยตั้งค่า maxResults เป็น 20 และโทเค็นเพื่อรับชั้นเรียน 20 รายการถัดไป
|
maxResults |
integer
ระบุจํานวนผลลัพธ์สูงสุดที่รายการแสดง ระบบจะแสดงผลผลลัพธ์ทั้งหมดหากไม่ได้กำหนด maxResults
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
ช่อง |
resources[] |
object (FlightClass )
ทรัพยากรที่สอดคล้องกับคําขอรายการ
|
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 flight classes for a specified issuer ID."],["Uses a GET request to the `walletobjects.googleapis.com/walletobjects/v1/flightClass` endpoint with query parameters for issuer ID, pagination token, and maximum results."],["Requires an empty request body and returns a JSON response containing an array of flight class resources and pagination information."],["Needs authorization with the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["This document details retrieving a list of flight classes via a `GET` request to `https://walletobjects.googleapis.com/walletobjects/v1/flightClass`. It requires an issuer ID, and optionally uses a `token` and `maxResults` for pagination. The request body must be empty. The successful response returns a JSON structure containing an array of `FlightClass` resources and pagination information. OAuth scope `https://www.googleapis.com/auth/wallet_object.issuer` is mandatory.\n"]]