EventContext

Used when requesting events, to restrict the event information to a specific context.

Currently allows you to filter the event information (both the events and the pricing information within each event) to a specific saleschannel. If a saleschannel is specified, only events that are currently for sale in that specific saleschannel will be returned.

Fields

FieldDescription
saleschannelid
int

The ID of the saleschannel used to restrict the event information

Example value:3

Example

1{
2    "saleschannelid": 3
3}