Event - Available Ticket Types
GET /events/v2/{bucket}/booking/{uid}/available_tickets
GET
/events/v2/{bucket}/booking/{uid}/available_tickets
Get all the ticket types available for a specific event
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” bucket
required
The bucket (client) name
string
Example
example uid
required
Usually the final element in the URI, an alphanumeric unique identifier
string
Example
6305f074683e800f3abe809eResponses
Section titled “ Responses ”List of available tickets
object
available_tickets
Array<object>
object
access_code
string
allocated
number
amount
A decimal number stored as a string
string
Example
123.45 available
number
available_from_date
object
currency
A three letter currency code (lower case)
string
Example
gbp description
string
member_only
boolean
name
string
number_of_attendees_per_ticket
A decimal number stored as a string
string
Example
123.45 pricing
string
reserved
number
single_use
boolean
sort_order
A number that can be used to sort a list of items, low is first, high is last
number
Example
1 tags
Array<string>
tax
string
total
number
uri
URIs are unique identifiers for resources in the system,
they are structured as follows /bucket/resource_type/uid/
string
Example
/example/person/6305f074683e800f3abe809e/ xero_account_code
string
A standard error message
Authentication error