REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
Returns a list of wave times.​
Returns a list of wave times.
Authorizations​
Parameters​
Query Parameters
The event to return wave times for. Multiple events can included separated by a comma.
The ticket type to return wave times for. Multiple events can included separated by a comma.
Filter by the wave time description. Uses wild card searches.
Adds additional details to the results. Supports the following values: types - Include ticket type ids.
Set the max number of objects to return.
"int64"Set the number of objects to ignore before starting.
"int64"Responses​
Adds a new wave time.​
Creates a new wave time for an event.
Authorizations​
Parameters​
Query Parameters
Determines the format of response. If not provided the default is id. Can be one of the following values: none - no body is returned; id - The id of the wave time is returned; object - The entire object is returned.
Request Body​
Responses​
Information concerning the created wave time.
Returns the given wave time.​
Returns the given wave times for the given event.​
Returns the given wave time for the given event.
Authorizations​
Parameters​
Path Parameters
Id of event to find wave times for
"int64"Query Parameters
Adds additional details to the results. Supports the following values: types - Include ticket type ids.
Responses​
Returns the given wave times for the given ticket type.​
Returns the given wave time for the given ticket type.
Authorizations​
Parameters​
Path Parameters
Id of ticket type to find wave times for
"int64"Query Parameters
Adds additional details to the results. Supports the following values: types - Include ticket type ids.
Responses​
Deletes the given wave time.​
Deletes the given wave time.
Authorizations​
Parameters​
Path Parameters
Id of wave time to delete.
"int64"Query Parameters
Determines the format of response. If not provided the default is id. Can be one of the following values: none - no body is returned; id - The id of the wave time is returned; object - The entire object is returned.
Responses​
Information concerning the deleted wave time.
Updates an existing wave time.​
Authorizations​
Parameters​
Path Parameters
Id of wave time to update.
"int64"Query Parameters
Determines the format of response. If not provided the default is id. Can be one of the following values: none - no body is returned; id - The id of the wave time is returned; object - The entire object is returned.
Request Body​
Responses​
Information concerning the updated wave time.
