GET api/EventTournamentRestriction/{id}
Get EventTournamentRestriction by provided ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EventTournamentRestriction| Name | Description | Type | Additional information |
|---|---|---|---|
| EventTournamentRestrictionId | integer |
None. |
|
| EventName | string |
None. |
|
| SubEventPlayTypeId | integer |
None. |
|
| QualDrawSize | integer |
None. |
|
| NERPlayers_MainDraw | integer |
None. |
|
| NERPairFull_MainDraw | integer |
None. |
|
| HostWildCards_MainDraw | integer |
None. |
|
| HostWildCards_QualDraw | integer |
None. |
|
| WTTWildCards | integer |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDateTime | date |
None. |
|
| LastUpdatedDateTime | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedBy | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| EventCoreTypeId | integer |
None. |
|
| SubEventDrawTypeId | integer |
None. |
|
| AutomaticEntry_MainDraw | integer |
None. |
|
| AutomaticEntry_QualDraw | integer |
None. |
|
| ContinentalWinners_MainDraw | integer |
None. |
|
| MainDrawQualifierSpots | integer |
None. |
|
| PDR_MainDraw | integer |
None. |
|
| PDR_QualDraw | integer |
None. |
|
| IsWaitingListAllowed | boolean |
None. |
|
| MainDrawSize | integer |
None. |
|
| MainDrawSeeds | integer |
None. |
|
| QualDrawSeeds | integer |
None. |
|
| NERAllNationPairs_MainDraw | integer |
None. |
|
| NERPlayers_QualDraw | integer |
None. |
|
| NERPairFull_QualDraw | integer |
None. |
|
| NERAllNationPairs_QualDraw | integer |
None. |
|
| YouthNominated_MainDraw | integer |
None. |
|
| YouthNominated_QualDraw | integer |
None. |
|
| HOST_NERPlayers_MainDraw | integer |
None. |
|
| HOST_NERTotalPairs_MainDraw | integer |
None. |
|
| HOST_NERAllNationPairs_MainDraw | integer |
None. |
|
| HOST_NERPlayers_QualDraw | integer |
None. |
|
| HOST_NERTotalPairs_QualDraw | integer |
None. |
|
| HOST_NERAllNationPairs_QualDraw | integer |
None. |
|
| PDRRankLimit | integer |
None. |
|
| OCGC_MainDraw | integer |
None. |
|
| OCGC_QualDraw | integer |
None. |
|
| IsOverwrite | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"EventTournamentRestrictionId": 1,
"EventName": "sample string 2",
"SubEventPlayTypeId": 3,
"QualDrawSize": 1,
"NERPlayers_MainDraw": 1,
"NERPairFull_MainDraw": 1,
"HostWildCards_MainDraw": 1,
"HostWildCards_QualDraw": 1,
"WTTWildCards": 1,
"IsActive": true,
"CreatedDateTime": "2026-02-05T00:15:25.4699438+00:00",
"LastUpdatedDateTime": "2026-02-05T00:15:25.4699438+00:00",
"CreatedBy": 1,
"LastModifiedBy": 1,
"IsDeleted": true,
"EventCoreTypeId": 4,
"SubEventDrawTypeId": 1,
"AutomaticEntry_MainDraw": 1,
"AutomaticEntry_QualDraw": 1,
"ContinentalWinners_MainDraw": 1,
"MainDrawQualifierSpots": 1,
"PDR_MainDraw": 1,
"PDR_QualDraw": 1,
"IsWaitingListAllowed": true,
"MainDrawSize": 1,
"MainDrawSeeds": 1,
"QualDrawSeeds": 1,
"NERAllNationPairs_MainDraw": 1,
"NERPlayers_QualDraw": 1,
"NERPairFull_QualDraw": 1,
"NERAllNationPairs_QualDraw": 1,
"YouthNominated_MainDraw": 1,
"YouthNominated_QualDraw": 1,
"HOST_NERPlayers_MainDraw": 1,
"HOST_NERTotalPairs_MainDraw": 1,
"HOST_NERAllNationPairs_MainDraw": 1,
"HOST_NERPlayers_QualDraw": 1,
"HOST_NERTotalPairs_QualDraw": 1,
"HOST_NERAllNationPairs_QualDraw": 1,
"PDRRankLimit": 1,
"OCGC_MainDraw": 1,
"OCGC_QualDraw": 1,
"IsOverwrite": true
}
application/xml, text/xml
Sample:
<EventTournamentRestriction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <AutomaticEntry_MainDraw>1</AutomaticEntry_MainDraw> <AutomaticEntry_QualDraw>1</AutomaticEntry_QualDraw> <ContinentalWinners_MainDraw>1</ContinentalWinners_MainDraw> <CreatedBy>1</CreatedBy> <CreatedDateTime>2026-02-05T00:15:25.4699438+00:00</CreatedDateTime> <EventCoreTypeId>4</EventCoreTypeId> <EventName>sample string 2</EventName> <EventTournamentRestrictionId>1</EventTournamentRestrictionId> <HOST_NERAllNationPairs_MainDraw>1</HOST_NERAllNationPairs_MainDraw> <HOST_NERAllNationPairs_QualDraw>1</HOST_NERAllNationPairs_QualDraw> <HOST_NERPlayers_MainDraw>1</HOST_NERPlayers_MainDraw> <HOST_NERPlayers_QualDraw>1</HOST_NERPlayers_QualDraw> <HOST_NERTotalPairs_MainDraw>1</HOST_NERTotalPairs_MainDraw> <HOST_NERTotalPairs_QualDraw>1</HOST_NERTotalPairs_QualDraw> <HostWildCards_MainDraw>1</HostWildCards_MainDraw> <HostWildCards_QualDraw>1</HostWildCards_QualDraw> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <IsOverwrite>true</IsOverwrite> <IsWaitingListAllowed>true</IsWaitingListAllowed> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2026-02-05T00:15:25.4699438+00:00</LastUpdatedDateTime> <MainDrawQualifierSpots>1</MainDrawQualifierSpots> <MainDrawSeeds>1</MainDrawSeeds> <MainDrawSize>1</MainDrawSize> <NERAllNationPairs_MainDraw>1</NERAllNationPairs_MainDraw> <NERAllNationPairs_QualDraw>1</NERAllNationPairs_QualDraw> <NERPairFull_MainDraw>1</NERPairFull_MainDraw> <NERPairFull_QualDraw>1</NERPairFull_QualDraw> <NERPlayers_MainDraw>1</NERPlayers_MainDraw> <NERPlayers_QualDraw>1</NERPlayers_QualDraw> <OCGC_MainDraw>1</OCGC_MainDraw> <OCGC_QualDraw>1</OCGC_QualDraw> <PDRRankLimit>1</PDRRankLimit> <PDR_MainDraw>1</PDR_MainDraw> <PDR_QualDraw>1</PDR_QualDraw> <QualDrawSeeds>1</QualDrawSeeds> <QualDrawSize>1</QualDrawSize> <SubEventDrawTypeId>1</SubEventDrawTypeId> <SubEventPlayTypeId>3</SubEventPlayTypeId> <WTTWildCards>1</WTTWildCards> <YouthNominated_MainDraw>1</YouthNominated_MainDraw> <YouthNominated_QualDraw>1</YouthNominated_QualDraw> </EventTournamentRestriction>