GET api/EventGeoBlockingOption/{id}
Get EventGeoBlockingOption by matching the provided id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EventLiveStreamingGeoBlockingOptionName | Description | Type | Additional information |
---|---|---|---|
EventLiveStreamingGeoBlockingOptionId | integer |
None. |
|
EventId | integer |
None. |
|
CountryCode | string |
None. |
|
CreatedDateTime | date |
None. |
|
LastUpdatedDateTime | date |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
IsDeleted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "EventLiveStreamingGeoBlockingOptionId": 1, "EventId": 1, "CountryCode": "sample string 2", "CreatedDateTime": "2025-07-18T15:55:01.4500232+00:00", "LastUpdatedDateTime": "2025-07-18T15:55:01.4500232+00:00", "CreatedBy": 1, "LastModifiedBy": 1, "IsDeleted": true }
application/xml, text/xml
Sample:
<EventLiveStreamingGeoBlockingOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <CountryCode>sample string 2</CountryCode> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T15:55:01.4500232+00:00</CreatedDateTime> <EventId>1</EventId> <EventLiveStreamingGeoBlockingOptionId>1</EventLiveStreamingGeoBlockingOptionId> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T15:55:01.4500232+00:00</LastUpdatedDateTime> </EventLiveStreamingGeoBlockingOption>