GET api/MatchConfiguration/{id}
Get MatchConfiguration by matching the provided id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MatchConfigurationName | Description | Type | Additional information |
---|---|---|---|
MatchConfigurationId | 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. |
|
IsDeleted | boolean |
None. |
|
CreatedDateTime | date |
None. |
|
LastUpdatedDateTime | date |
None. |
|
CreatedBy | integer |
None. |
|
LastModifiedBy | integer |
None. |
|
MatchConfigName | string |
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:
{ "MatchConfigurationId": 1, "BestOfXGames": 2, "MaxpointsperGame": 3, "AdvantageperGame": 4, "SuddenDeathPoint": 5, "TTRReview": true, "MaxChallengesPerCompetitor": 1, "YellowCard": true, "YellowRed1": true, "YellowRed2": true, "IsActive": true, "IsDeleted": true, "CreatedDateTime": "2025-07-18T16:25:43.9251624+00:00", "LastUpdatedDateTime": "2025-07-18T16:25:43.9251624+00:00", "CreatedBy": 1, "LastModifiedBy": 1, "MatchConfigName": "sample string 6", "TeamMatchTotal": 1, "TeamMatchBestOfXGames": 1, "TeamMatchWinnerNumberOfGames": 1, "TeamMatchSequence": "sample string 7", "IndividualMatchType": 1, "MaxGamesPerIndividualMatch": 1 }
application/xml, text/xml
Sample:
<MatchConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <AdvantageperGame>4</AdvantageperGame> <BestOfXGames>2</BestOfXGames> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-07-18T16:25:43.9251624+00:00</CreatedDateTime> <IndividualMatchType>1</IndividualMatchType> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:25:43.9251624+00:00</LastUpdatedDateTime> <MatchConfigName>sample string 6</MatchConfigName> <MatchConfigurationId>1</MatchConfigurationId> <MaxChallengesPerCompetitor>1</MaxChallengesPerCompetitor> <MaxGamesPerIndividualMatch>1</MaxGamesPerIndividualMatch> <MaxpointsperGame>3</MaxpointsperGame> <SuddenDeathPoint>5</SuddenDeathPoint> <TTRReview>true</TTRReview> <TeamMatchBestOfXGames>1</TeamMatchBestOfXGames> <TeamMatchSequence>sample string 7</TeamMatchSequence> <TeamMatchTotal>1</TeamMatchTotal> <TeamMatchWinnerNumberOfGames>1</TeamMatchWinnerNumberOfGames> <YellowCard>true</YellowCard> <YellowRed1>true</YellowRed1> <YellowRed2>true</YellowRed2> </MatchConfiguration>