v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
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"
  }
}