- eventticketclass
- eventticketobject
- /walletobjects/v1/eventTicketObjectGET
- /walletobjects/v1/eventTicketObjectPOST
- /walletobjects/v1/eventTicketObject/{resourceId}GET
- /walletobjects/v1/eventTicketObject/{resourceId}PATCH
- /walletobjects/v1/eventTicketObject/{resourceId}PUT
- /walletobjects/v1/eventTicketObject/{resourceId}/addMessagePOST
- /walletobjects/v1/eventTicketObject/{resourceId}/modifyLinkedOfferObjectsPOST
- flightclass
- flightobject
- giftcardclass
- giftcardobject
- issuer
- jwt
- loyaltyclass
- loyaltyobject
- /walletobjects/v1/loyaltyObject
- /walletobjects/v1/loyaltyObject
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}
- /walletobjects/v1/loyaltyObject/{resourceId}/addMessage
- /walletobjects/v1/loyaltyObject/{resourceId}/modifyLinkedOfferObjects
- offerclass
- offerobject
- permissions
- smarttap
- transitclass
- transitobject
- valuablesclasses
- walletobjects
/walletobjects/v1/flightObject
GET
/walletobjects/v1/flightObject
flightobject
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://walletobjects.googleapis.com//walletobjects/v1/flightObject'
Response Response Example
Request
Query Params
classId
string
optional
maxResults
integer
optional
maxResults
isn't defined.token
string
optional
maxResults
is specified, but more than maxResults
objects are available in a list. For example, if you have a list of 200 objects and you call list with maxResults
set to 20, list will return the first 20 objects and a token. Call list again with maxResults
set to 20 and the token to get the next 20 objects.Responses
🟢200Successful response
application/json
Body
pagination
object (Pagination)
optional
kind
string
optional
"walletobjects#pagination"
.nextPageToken
string
optional
resultsPerPage
integer <int32>
optional
resources
array[object (FlightObject) {25}]
optional
appLinkData
object (AppLinkData)
optional
barcode
object (Barcode)
optional
boardingAndSeatingInfo
object (BoardingAndSeatingInfo)
optional
classId
string
optional
classReference
object (FlightClass)
optional
disableExpirationNotification
boolean
optional
messages
field, expiration notifications to the user will be suppressed. By default, this field is set to false. Currently, this can only be set for Flights.hasLinkedDevice
boolean
optional
hasUsers
boolean
optional
heroImage
object (Image)
optional
hexBackgroundColor
string
optional
#ffcc00
. You can also use the shorthand version of the RGB triplet which is #rgb, such as #fc0
.id
string
optional
imageModulesData
array[object (ImageModuleData) {2}]
optional
infoModuleData
object (InfoModuleData)
optional
kind
string
optional
"walletobjects#flightObject"
.linksModuleData
object (LinksModuleData)
optional
locations
array[object (LatLongPoint) {3}]
optional
messages
array[object (Message) {8}]
optional
passengerName
string
optional
reservationInfo
object (ReservationInfo)
optional
securityProgramLogo
object (Image)
optional
smartTapRedemptionValue
string
optional
state
enum<string>
optional
inactive
object is moved to the "Expired passes" section.Allowed values:
STATE_UNSPECIFIEDACTIVEactiveCOMPLETEDcompletedEXPIREDexpiredINACTIVEinactive
textModulesData
array[object (TextModuleData) {5}]
optional
validTimeInterval
object (TimeInterval)
optional
active
and object can be used. An object's state will be changed to expired
when this time period has passed.version
string <int64>
optional
Modified at 2022-09-10 16:56:46