Skip to content

Event - Orders for a contact

GET
/events/v2/{bucket}/person/{uid}/orders

All the orders for an event for a specific contact Requires contact.orders permission

bucket
required

The bucket (client) name

string
Example
example
uid
required

Usually the final element in the URI, an alphanumeric unique identifier

string
Example
6305f074683e800f3abe809e

List of orders

object
contact_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/
orders
Array<object>
object
booking_display
string
booking_uri

URIs are unique identifiers for resources in the system, they are structured as follows /bucket/resource_type/uid/

string
Example
/example/person/6305f074683e800f3abe809e/

A standard error message

Authentication error