GET api/EventGeoBlockingOptions
List all EventGeoBlockingOptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of event_geo_blocking_options| Name | Description | Type | Additional information | 
|---|---|---|---|
| EventLiveStreamingGeoBlockingOptionId | integer | None. | |
| EventId | integer | None. | |
| CountryCode | string | None. | |
| EventName | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "EventLiveStreamingGeoBlockingOptionId": 1,
    "EventId": 2,
    "CountryCode": "sample string 3",
    "EventName": "sample string 4"
  },
  {
    "EventLiveStreamingGeoBlockingOptionId": 1,
    "EventId": 2,
    "CountryCode": "sample string 3",
    "EventName": "sample string 4"
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfevent_geo_blocking_options xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <event_geo_blocking_options>
    <CountryCode>sample string 3</CountryCode>
    <EventId>2</EventId>
    <EventLiveStreamingGeoBlockingOptionId>1</EventLiveStreamingGeoBlockingOptionId>
    <EventName>sample string 4</EventName>
  </event_geo_blocking_options>
  <event_geo_blocking_options>
    <CountryCode>sample string 3</CountryCode>
    <EventId>2</EventId>
    <EventLiveStreamingGeoBlockingOptionId>1</EventLiveStreamingGeoBlockingOptionId>
    <EventName>sample string 4</EventName>
  </event_geo_blocking_options>
</ArrayOfevent_geo_blocking_options>