Events
Show an event
Returns details of a specific event. The authenticated user must own the event or be an owner/admin on one of its associated schedules.
get/events/{id}
Path parameters
idstring required
The encoded ID of the event
Response
Event details
Example response
{
"data": {
"days_of_week": "0101010"
}
}