GET api/EventTournamentMatchConfiguration/{id}

Get EventTournamentMatchConfiguration by matching the provided id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ListEventTournamentMatchConfiguration
NameDescriptionTypeAdditional information
EventTournamentMatchConfigurationId

integer

None.

EventId

integer

None.

SubEventId

integer

None.

EventTournamentPhaseId

integer

None.

GameNumber

integer

None.

BestOfXGames

integer

None.

MaxpointsperGame

integer

None.

AdvantageperGame

integer

None.

SuddenDeathPoint

integer

None.

TTRReview

boolean

None.

MaxChallengesPerCompetitor

integer

None.

YellowCard

boolean

None.

YellowRed1

boolean

None.

YellowRed2

boolean

None.

IsActive

boolean

None.

SubEventName

string

None.

PhaseName

string

None.

IsEventLevel

boolean

None.

TeamMatchTotal

integer

None.

TeamMatchBestOfXGames

integer

None.

TeamMatchWinnerNumberOfGames

integer

None.

TeamMatchSequence

string

None.

IndividualMatchType

integer

None.

MaxGamesPerIndividualMatch

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "EventTournamentMatchConfigurationId": 1,
  "EventId": 1,
  "SubEventId": 1,
  "EventTournamentPhaseId": 1,
  "GameNumber": 1,
  "BestOfXGames": 1,
  "MaxpointsperGame": 1,
  "AdvantageperGame": 1,
  "SuddenDeathPoint": 1,
  "TTRReview": true,
  "MaxChallengesPerCompetitor": 1,
  "YellowCard": true,
  "YellowRed1": true,
  "YellowRed2": true,
  "IsActive": true,
  "SubEventName": "sample string 2",
  "PhaseName": "sample string 3",
  "IsEventLevel": true,
  "TeamMatchTotal": 1,
  "TeamMatchBestOfXGames": 1,
  "TeamMatchWinnerNumberOfGames": 1,
  "TeamMatchSequence": "sample string 4",
  "IndividualMatchType": 1,
  "MaxGamesPerIndividualMatch": 1
}

application/xml, text/xml

Sample:
<ListEventTournamentMatchConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <AdvantageperGame>1</AdvantageperGame>
  <BestOfXGames>1</BestOfXGames>
  <EventId>1</EventId>
  <EventTournamentMatchConfigurationId>1</EventTournamentMatchConfigurationId>
  <EventTournamentPhaseId>1</EventTournamentPhaseId>
  <GameNumber>1</GameNumber>
  <IndividualMatchType>1</IndividualMatchType>
  <IsActive>true</IsActive>
  <IsEventLevel>true</IsEventLevel>
  <MaxChallengesPerCompetitor>1</MaxChallengesPerCompetitor>
  <MaxGamesPerIndividualMatch>1</MaxGamesPerIndividualMatch>
  <MaxpointsperGame>1</MaxpointsperGame>
  <PhaseName>sample string 3</PhaseName>
  <SubEventId>1</SubEventId>
  <SubEventName>sample string 2</SubEventName>
  <SuddenDeathPoint>1</SuddenDeathPoint>
  <TTRReview>true</TTRReview>
  <TeamMatchBestOfXGames>1</TeamMatchBestOfXGames>
  <TeamMatchSequence>sample string 4</TeamMatchSequence>
  <TeamMatchTotal>1</TeamMatchTotal>
  <TeamMatchWinnerNumberOfGames>1</TeamMatchWinnerNumberOfGames>
  <YellowCard>true</YellowCard>
  <YellowRed1>true</YellowRed1>
  <YellowRed2>true</YellowRed2>
</ListEventTournamentMatchConfiguration>