API

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

ts_from

string

Start timestamp filter.

ts_to

string

End timestamp filter.

show_type

string

Filter by show type.

Was this helpful?