Get wave times​
GET
/api/v2/events/{eventId}/wave-times
Returns a list of wave times for an event
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
eventId*
Event Id
Type
Requiredinteger
Format
"int64"Responses​
Wave time list
application/json
{
 Â
 Â
 Â
 Â
 Â
 Â
}
Create a new wave time​
POST
/api/v2/events/{eventId}/wave-times
Create wave time
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
eventId*
Event Id
Type
Requiredinteger
Format
"int64"Request Body​
application/json
"string"
Responses​
Created wave time object
application/json
{
 Â
}
Returns the given wave time.​
Returns the given wave times for the given event.​
GET
/api/v2/wave-time/event/{eventId}
Returns the given wave time for the given event.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
eventId*
Id of event to find wave times for
Type
Requiredinteger
Format
"int64"Query Parameters
_include
Adds additional details to the results. Supports the following values: types - Include ticket type ids.
Type
string
Responses​
Returns the given wave times for the given ticket type.​
GET
/api/v2/wave-time/ticket-type/{typeId}
Returns the given wave time for the given ticket type.
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
typeId*
Id of ticket type to find wave times for
Type
Requiredinteger
Format
"int64"Query Parameters
_include
Adds additional details to the results. Supports the following values: types - Include ticket type ids.
Type
string
Responses​
Delete a wave time​
Update a wave time​
PATCH
/api/v2/events/{eventId}/wave-times/{id}
Update an existing wave time
Authorizations​
bearerAuth
Type
HTTP (bearer)
Parameters​
Path Parameters
eventId*
Event Id
Type
Requiredinteger
Format
"int64"id*
Wave Time Id
Type
Requiredinteger
Format
"int64"Request Body​
application/json
"string"
Responses​
Updated wave time object
application/json
{
 Â
}
