- 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/valuablesclassescount
GET
/walletobjects/v1/valuablesclassescount
walletobjects
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://walletobjects.googleapis.com//walletobjects/v1/valuablesclassescount'
Response Response Example
{
"totalSize": "string",
"typeCount": [
{
"count": "string",
"valuableType": "VALUABLE_TYPE_UNSPECIFIED"
}
]
}
Request
Query Params
issuerId
string
optional
Responses
🟢200Successful response
application/json
Body
Contains the count of ValuablesClasses belonging to an issuer grouped by their Type.
totalSize
string <int64>
optional
typeCount
array[object (ValuablesClassesCountTypeCount) {2}]
optional
count
string <int64>
optional
valuableType
enum<string>
optional
Allowed values:
VALUABLE_TYPE_UNSPECIFIEDVALUABLE_TYPE_GIFT_CARDVALUABLE_TYPE_LOYALTYVALUABLE_TYPE_OFFERVALUABLE_TYPE_EVENT_TICKETVALUABLE_TYPE_FLIGHTVALUABLE_TYPE_TRANSIT
Modified at 2022-09-10 16:56:46