GET api/EventLiveStreamOptions?EventId={EventId}&SubEventId={SubEventId}&PhaseId={PhaseId}&TableNumber={TableNumber}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EventId

string

None.

SubEventId

string

None.

PhaseId

string

None.

TableNumber

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of event_stream_live_options
NameDescriptionTypeAdditional information
EventLiveStreamOptionId

integer

None.

EventId

string

None.

SubEventId

string

None.

PhaseId

string

None.

TableNumber

string

None.

AllMatches

boolean

None.

AllowStreaming

boolean

None.

IncludedForWTTUIStreaming

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EventLiveStreamOptionId": 1,
    "EventId": "sample string 2",
    "SubEventId": "sample string 3",
    "PhaseId": "sample string 4",
    "TableNumber": "sample string 5",
    "AllMatches": true,
    "AllowStreaming": true,
    "IncludedForWTTUIStreaming": true
  },
  {
    "EventLiveStreamOptionId": 1,
    "EventId": "sample string 2",
    "SubEventId": "sample string 3",
    "PhaseId": "sample string 4",
    "TableNumber": "sample string 5",
    "AllMatches": true,
    "AllowStreaming": true,
    "IncludedForWTTUIStreaming": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfevent_stream_live_options xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <event_stream_live_options>
    <AllMatches>true</AllMatches>
    <AllowStreaming>true</AllowStreaming>
    <EventId>sample string 2</EventId>
    <EventLiveStreamOptionId>1</EventLiveStreamOptionId>
    <IncludedForWTTUIStreaming>true</IncludedForWTTUIStreaming>
    <PhaseId>sample string 4</PhaseId>
    <SubEventId>sample string 3</SubEventId>
    <TableNumber>sample string 5</TableNumber>
  </event_stream_live_options>
  <event_stream_live_options>
    <AllMatches>true</AllMatches>
    <AllowStreaming>true</AllowStreaming>
    <EventId>sample string 2</EventId>
    <EventLiveStreamOptionId>1</EventLiveStreamOptionId>
    <IncludedForWTTUIStreaming>true</IncludedForWTTUIStreaming>
    <PhaseId>sample string 4</PhaseId>
    <SubEventId>sample string 3</SubEventId>
    <TableNumber>sample string 5</TableNumber>
  </event_stream_live_options>
</ArrayOfevent_stream_live_options>