GET api/EventTournamentRestrictions
List all EventTournamentRestriction
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ListEventTournamentRestriction| Name | Description | Type | Additional information | 
|---|---|---|---|
| EventTournamentRestrictionId | integer | None. | |
| EventCoreTypeName | string | None. | |
| EventName | string | None. | |
| SubEventDrawTypeName | string | None. | |
| SubEventPlayTypeName | string | None. | |
| IsActive | boolean | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "EventTournamentRestrictionId": 1,
    "EventCoreTypeName": "sample string 2",
    "EventName": "sample string 3",
    "SubEventDrawTypeName": "sample string 4",
    "SubEventPlayTypeName": "sample string 5",
    "IsActive": true
  },
  {
    "EventTournamentRestrictionId": 1,
    "EventCoreTypeName": "sample string 2",
    "EventName": "sample string 3",
    "SubEventDrawTypeName": "sample string 4",
    "SubEventPlayTypeName": "sample string 5",
    "IsActive": true
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfListEventTournamentRestriction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <ListEventTournamentRestriction>
    <EventCoreTypeName>sample string 2</EventCoreTypeName>
    <EventName>sample string 3</EventName>
    <EventTournamentRestrictionId>1</EventTournamentRestrictionId>
    <IsActive>true</IsActive>
    <SubEventDrawTypeName>sample string 4</SubEventDrawTypeName>
    <SubEventPlayTypeName>sample string 5</SubEventPlayTypeName>
  </ListEventTournamentRestriction>
  <ListEventTournamentRestriction>
    <EventCoreTypeName>sample string 2</EventCoreTypeName>
    <EventName>sample string 3</EventName>
    <EventTournamentRestrictionId>1</EventTournamentRestrictionId>
    <IsActive>true</IsActive>
    <SubEventDrawTypeName>sample string 4</SubEventDrawTypeName>
    <SubEventPlayTypeName>sample string 5</SubEventPlayTypeName>
  </ListEventTournamentRestriction>
</ArrayOfListEventTournamentRestriction>