Shows
Read, create, and update shows for a production. The endpoint is /api/v1/<production>/shows and supports GET, POST, and PUT.
GET /api/v1/<production>/shows
Retrieve all of your shows, regardless of whether they are public or not. You can optionally provide query arguments to filter shows by timestamp and show type.
Parameter | Type | Description |
|---|---|---|
| string | Start timestamp filter. |
| string | End timestamp filter. |
| string | Filter by show type. |
Was this helpful?