EventFilter

Used when requesting events, to filter events.

Currently allows you to filter based on the production ID.

Fields

FieldDescription
productionid
int

The ID of the production

Example value:3
status
int[]

The event status. By default, events with status Active or Closed will be returned

Example value:[ 19002 ]

Example

1{
2    "productionid": 3,
3    "status": [ 19002 ]
4}