Acts
Retrieve a list of acts for a production. The endpoint is GET /api/v1/<production>/acts and accepts optional filters.
Request
GET /api/v1/<production>/acts
You can optionally provide query arguments to filter shows by a specific tag
Parameter | Type | Description |
|---|---|---|
| string | Comma-separated list of tags that acts should have |
Was this helpful?