GET api/v{version}/round/details/{id}?matchstats={matchstats}
Get the matches of a certain round.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
round id |
integer |
Required |
matchstats | boolean |
Default value is False |
|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
RoundViewModelName | Description | Type | Additional information |
---|---|---|---|
Venue |
Location where the games are/where played. |
string |
None. |
RoundId | integer |
None. |
|
SeasonId | integer |
None. |
|
Rank | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
VenueId | integer |
None. |
|
LastUpdated | date |
None. |
|
SetScoring | string |
None. |
|
LegScoring | string |
None. |
|
Matches |
The round has a collection of matches, or see MatchSets. Depending on the type of match it contains player or pair information. |
Collection of MatchViewModel |
None. |
CompetitionId | integer |
None. |
|
OrganisationId | integer |
None. |
|
Title | string |
None. |
|
Short | string |
None. |
|
NumberOfMatches | integer |
None. |
|
Order | integer |
None. |
|
City |
City where the games are/where played. |
string |
None. |
Country |
Country where the games are/where played. |
string |
None. |
CountryCode |
CountryCode where the games are/where played. |
string |
None. |
MatchSets |
if the match result is the result of a set of matches. Which of the two is filled in depends upon the schema propery of the season. The matches are organized in groups. |
Collection of MatchSetViewModel |
None. |
InPoules | boolean |
None. |
|
PouleScores | Collection of PouleScoresViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "RoundId": 2, "SeasonId": 3, "CompetitionId": 8, "OrganisationId": 1, "StartDate": "2023-09-30T05:51:39.4409493+02:00", "EndDate": "2023-09-30T05:51:39.4409493+02:00", "SetScoring": "sample string 6", "LegScoring": "sample string 7", "Title": "sample string 9", "Short": "sample string 10", "Rank": 4, "NumberOfMatches": 11, "Order": 12, "VenueId": 1, "Venue": "sample string 1", "City": "sample string 13", "Country": "sample string 14", "CountryCode": "sample string 15", "Matches": [ { "PlayerAId": 1, "PlayerBId": 1, "PlayerA": "sample string 1", "PlayerB": "sample string 2", "HasPair": true, "PairAId": 1, "PairBId": 1, "PairA": "sample string 4", "PairB": "sample string 5", "SeedA": "sample string 6", "SeedB": "sample string 7", "MatchId": 8, "RoundId": 9, "Index": 10, "Details": "sample string 11", "KeyA": 1, "KeyB": 1, "AvgA": 1.1, "AvgB": 1.1, "ScoreA": "sample string 12", "ScoreB": "sample string 13", "NationalityA": "sample string 14", "NationalityB": "sample string 15", "CountryCodeA": "sample string 16", "CountryCodeB": "sample string 17", "Poule": "sample string 18", "SubRound": 19, "OfficialStartDate": "2023-09-30T05:51:39.4409493+02:00", "Stats": { "AverageA": 1.1, "AverageB": 1.1, "NumberOfHunderdEightiesA": 1, "NumberOfHunderdEightiesB": 1, "DoubleAttemptsA": 1, "DoubleAttemptsB": 1, "DoubleHitsA": 1, "DoubleHitsB": 1, "ScoresA": [ 1, 2 ], "ScoresB": [ 1, 2 ], "FinishesA": [ 1, 2 ], "FinishesB": [ 1, 2 ] }, "CallerId": 1, "Caller": "sample string 20", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Schema": 0 }, { "PlayerAId": 1, "PlayerBId": 1, "PlayerA": "sample string 1", "PlayerB": "sample string 2", "HasPair": true, "PairAId": 1, "PairBId": 1, "PairA": "sample string 4", "PairB": "sample string 5", "SeedA": "sample string 6", "SeedB": "sample string 7", "MatchId": 8, "RoundId": 9, "Index": 10, "Details": "sample string 11", "KeyA": 1, "KeyB": 1, "AvgA": 1.1, "AvgB": 1.1, "ScoreA": "sample string 12", "ScoreB": "sample string 13", "NationalityA": "sample string 14", "NationalityB": "sample string 15", "CountryCodeA": "sample string 16", "CountryCodeB": "sample string 17", "Poule": "sample string 18", "SubRound": 19, "OfficialStartDate": "2023-09-30T05:51:39.4409493+02:00", "Stats": { "AverageA": 1.1, "AverageB": 1.1, "NumberOfHunderdEightiesA": 1, "NumberOfHunderdEightiesB": 1, "DoubleAttemptsA": 1, "DoubleAttemptsB": 1, "DoubleHitsA": 1, "DoubleHitsB": 1, "ScoresA": [ 1, 2 ], "ScoresB": [ 1, 2 ], "FinishesA": [ 1, 2 ], "FinishesB": [ 1, 2 ] }, "CallerId": 1, "Caller": "sample string 20", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Schema": 0 } ], "MatchSets": [ { "MatchSetId": 1, "Name": "sample string 2", "PairAId": 1, "PairBId": 1, "ScoreA": 1, "ScoreB": 1, "Matches": [ { "PlayerAId": 1, "PlayerBId": 1, "PlayerA": "sample string 1", "PlayerB": "sample string 2", "HasPair": true, "PairAId": 1, "PairBId": 1, "PairA": "sample string 4", "PairB": "sample string 5", "SeedA": "sample string 6", "SeedB": "sample string 7", "MatchId": 8, "RoundId": 9, "Index": 10, "Details": "sample string 11", "KeyA": 1, "KeyB": 1, "AvgA": 1.1, "AvgB": 1.1, "ScoreA": "sample string 12", "ScoreB": "sample string 13", "NationalityA": "sample string 14", "NationalityB": "sample string 15", "CountryCodeA": "sample string 16", "CountryCodeB": "sample string 17", "Poule": "sample string 18", "SubRound": 19, "OfficialStartDate": "2023-09-30T05:51:39.4409493+02:00", "Stats": { "AverageA": 1.1, "AverageB": 1.1, "NumberOfHunderdEightiesA": 1, "NumberOfHunderdEightiesB": 1, "DoubleAttemptsA": 1, "DoubleAttemptsB": 1, "DoubleHitsA": 1, "DoubleHitsB": 1, "ScoresA": [ 1, 2 ], "ScoresB": [ 1, 2 ], "FinishesA": [ 1, 2 ], "FinishesB": [ 1, 2 ] }, "CallerId": 1, "Caller": "sample string 20", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Schema": 0 }, { "PlayerAId": 1, "PlayerBId": 1, "PlayerA": "sample string 1", "PlayerB": "sample string 2", "HasPair": true, "PairAId": 1, "PairBId": 1, "PairA": "sample string 4", "PairB": "sample string 5", "SeedA": "sample string 6", "SeedB": "sample string 7", "MatchId": 8, "RoundId": 9, "Index": 10, "Details": "sample string 11", "KeyA": 1, "KeyB": 1, "AvgA": 1.1, "AvgB": 1.1, "ScoreA": "sample string 12", "ScoreB": "sample string 13", "NationalityA": "sample string 14", "NationalityB": "sample string 15", "CountryCodeA": "sample string 16", "CountryCodeB": "sample string 17", "Poule": "sample string 18", "SubRound": 19, "OfficialStartDate": "2023-09-30T05:51:39.4409493+02:00", "Stats": { "AverageA": 1.1, "AverageB": 1.1, "NumberOfHunderdEightiesA": 1, "NumberOfHunderdEightiesB": 1, "DoubleAttemptsA": 1, "DoubleAttemptsB": 1, "DoubleHitsA": 1, "DoubleHitsB": 1, "ScoresA": [ 1, 2 ], "ScoresB": [ 1, 2 ], "FinishesA": [ 1, 2 ], "FinishesB": [ 1, 2 ] }, "CallerId": 1, "Caller": "sample string 20", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Schema": 0 } ] }, { "MatchSetId": 1, "Name": "sample string 2", "PairAId": 1, "PairBId": 1, "ScoreA": 1, "ScoreB": 1, "Matches": [ { "PlayerAId": 1, "PlayerBId": 1, "PlayerA": "sample string 1", "PlayerB": "sample string 2", "HasPair": true, "PairAId": 1, "PairBId": 1, "PairA": "sample string 4", "PairB": "sample string 5", "SeedA": "sample string 6", "SeedB": "sample string 7", "MatchId": 8, "RoundId": 9, "Index": 10, "Details": "sample string 11", "KeyA": 1, "KeyB": 1, "AvgA": 1.1, "AvgB": 1.1, "ScoreA": "sample string 12", "ScoreB": "sample string 13", "NationalityA": "sample string 14", "NationalityB": "sample string 15", "CountryCodeA": "sample string 16", "CountryCodeB": "sample string 17", "Poule": "sample string 18", "SubRound": 19, "OfficialStartDate": "2023-09-30T05:51:39.4409493+02:00", "Stats": { "AverageA": 1.1, "AverageB": 1.1, "NumberOfHunderdEightiesA": 1, "NumberOfHunderdEightiesB": 1, "DoubleAttemptsA": 1, "DoubleAttemptsB": 1, "DoubleHitsA": 1, "DoubleHitsB": 1, "ScoresA": [ 1, 2 ], "ScoresB": [ 1, 2 ], "FinishesA": [ 1, 2 ], "FinishesB": [ 1, 2 ] }, "CallerId": 1, "Caller": "sample string 20", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Schema": 0 }, { "PlayerAId": 1, "PlayerBId": 1, "PlayerA": "sample string 1", "PlayerB": "sample string 2", "HasPair": true, "PairAId": 1, "PairBId": 1, "PairA": "sample string 4", "PairB": "sample string 5", "SeedA": "sample string 6", "SeedB": "sample string 7", "MatchId": 8, "RoundId": 9, "Index": 10, "Details": "sample string 11", "KeyA": 1, "KeyB": 1, "AvgA": 1.1, "AvgB": 1.1, "ScoreA": "sample string 12", "ScoreB": "sample string 13", "NationalityA": "sample string 14", "NationalityB": "sample string 15", "CountryCodeA": "sample string 16", "CountryCodeB": "sample string 17", "Poule": "sample string 18", "SubRound": 19, "OfficialStartDate": "2023-09-30T05:51:39.4409493+02:00", "Stats": { "AverageA": 1.1, "AverageB": 1.1, "NumberOfHunderdEightiesA": 1, "NumberOfHunderdEightiesB": 1, "DoubleAttemptsA": 1, "DoubleAttemptsB": 1, "DoubleHitsA": 1, "DoubleHitsB": 1, "ScoresA": [ 1, 2 ], "ScoresB": [ 1, 2 ], "FinishesA": [ 1, 2 ], "FinishesB": [ 1, 2 ] }, "CallerId": 1, "Caller": "sample string 20", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Schema": 0 } ] } ], "InPoules": true, "PouleScores": [ { "Poule": "sample string 1", "Scores": [ { "PlayerId": 1, "SeasonPlayerId": 1, "Player": "sample string 1", "CoupleId": 1, "SeasonCoupleId": 1, "Couple": "sample string 2", "Nationality": "sample string 3", "GamesWon": 1, "GamesLost": 1, "LegsWon": 1, "LegsLost": 1, "Position": 1, "Weight": 1, "Order": 4, "Seeding": 1, "GameSaldo": 0, "LegSaldo": 0, "Scores": [ 1, 2 ], "OpponentId": [ 1, 2 ] }, { "PlayerId": 1, "SeasonPlayerId": 1, "Player": "sample string 1", "CoupleId": 1, "SeasonCoupleId": 1, "Couple": "sample string 2", "Nationality": "sample string 3", "GamesWon": 1, "GamesLost": 1, "LegsWon": 1, "LegsLost": 1, "Position": 1, "Weight": 1, "Order": 4, "Seeding": 1, "GameSaldo": 0, "LegSaldo": 0, "Scores": [ 1, 2 ], "OpponentId": [ 1, 2 ] } ] }, { "Poule": "sample string 1", "Scores": [ { "PlayerId": 1, "SeasonPlayerId": 1, "Player": "sample string 1", "CoupleId": 1, "SeasonCoupleId": 1, "Couple": "sample string 2", "Nationality": "sample string 3", "GamesWon": 1, "GamesLost": 1, "LegsWon": 1, "LegsLost": 1, "Position": 1, "Weight": 1, "Order": 4, "Seeding": 1, "GameSaldo": 0, "LegSaldo": 0, "Scores": [ 1, 2 ], "OpponentId": [ 1, 2 ] }, { "PlayerId": 1, "SeasonPlayerId": 1, "Player": "sample string 1", "CoupleId": 1, "SeasonCoupleId": 1, "Couple": "sample string 2", "Nationality": "sample string 3", "GamesWon": 1, "GamesLost": 1, "LegsWon": 1, "LegsLost": 1, "Position": 1, "Weight": 1, "Order": 4, "Seeding": 1, "GameSaldo": 0, "LegSaldo": 0, "Scores": [ 1, 2 ], "OpponentId": [ 1, 2 ] } ] } ], "LastUpdated": "2023-09-30T05:51:39.4409493+02:00" }
application/xml, text/xml
Sample:
<RoundViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models"> <City>sample string 13</City> <CompetitionId>8</CompetitionId> <Country>sample string 14</Country> <CountryCode>sample string 15</CountryCode> <EndDate>2023-09-30T05:51:39.4409493+02:00</EndDate> <InPoules>true</InPoules> <LegScoring>sample string 7</LegScoring> <MatchSets> <MatchSetViewModel> <MatchSetId>1</MatchSetId> <Matches> <MatchViewModel> <AvgA>1.1</AvgA> <AvgB>1.1</AvgB> <Caller>sample string 20</Caller> <CallerId>1</CallerId> <CountryCodeA>sample string 16</CountryCodeA> <CountryCodeB>sample string 17</CountryCodeB> <Details>sample string 11</Details> <HasPair>true</HasPair> <Index>10</Index> <KeyA>1</KeyA> <KeyB>1</KeyB> <MatchId>8</MatchId> <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 1</d6p1:Key> <d6p1:Value>sample string 2</d6p1:Value> </d6p1:KeyValueOfstringstring> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 3</d6p1:Key> <d6p1:Value>sample string 4</d6p1:Value> </d6p1:KeyValueOfstringstring> </Meta> <NationalityA>sample string 14</NationalityA> <NationalityB>sample string 15</NationalityB> <OfficialStartDate>2023-09-30T05:51:39.4409493+02:00</OfficialStartDate> <PairA>sample string 4</PairA> <PairAId>1</PairAId> <PairB>sample string 5</PairB> <PairBId>1</PairBId> <PlayerA>sample string 1</PlayerA> <PlayerAId>1</PlayerAId> <PlayerB>sample string 2</PlayerB> <PlayerBId>1</PlayerBId> <Poule>sample string 18</Poule> <RoundId>9</RoundId> <ScoreA>sample string 12</ScoreA> <ScoreB>sample string 13</ScoreB> <SeedA>sample string 6</SeedA> <SeedB>sample string 7</SeedB> <Stats> <AverageA>1.1</AverageA> <AverageB>1.1</AverageB> <DoubleAttemptsA>1</DoubleAttemptsA> <DoubleAttemptsB>1</DoubleAttemptsB> <DoubleHitsA>1</DoubleHitsA> <DoubleHitsB>1</DoubleHitsB> <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesA> <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesB> <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA> <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB> <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresA> <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresB> </Stats> <SubRound>19</SubRound> </MatchViewModel> <MatchViewModel> <AvgA>1.1</AvgA> <AvgB>1.1</AvgB> <Caller>sample string 20</Caller> <CallerId>1</CallerId> <CountryCodeA>sample string 16</CountryCodeA> <CountryCodeB>sample string 17</CountryCodeB> <Details>sample string 11</Details> <HasPair>true</HasPair> <Index>10</Index> <KeyA>1</KeyA> <KeyB>1</KeyB> <MatchId>8</MatchId> <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 1</d6p1:Key> <d6p1:Value>sample string 2</d6p1:Value> </d6p1:KeyValueOfstringstring> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 3</d6p1:Key> <d6p1:Value>sample string 4</d6p1:Value> </d6p1:KeyValueOfstringstring> </Meta> <NationalityA>sample string 14</NationalityA> <NationalityB>sample string 15</NationalityB> <OfficialStartDate>2023-09-30T05:51:39.4409493+02:00</OfficialStartDate> <PairA>sample string 4</PairA> <PairAId>1</PairAId> <PairB>sample string 5</PairB> <PairBId>1</PairBId> <PlayerA>sample string 1</PlayerA> <PlayerAId>1</PlayerAId> <PlayerB>sample string 2</PlayerB> <PlayerBId>1</PlayerBId> <Poule>sample string 18</Poule> <RoundId>9</RoundId> <ScoreA>sample string 12</ScoreA> <ScoreB>sample string 13</ScoreB> <SeedA>sample string 6</SeedA> <SeedB>sample string 7</SeedB> <Stats> <AverageA>1.1</AverageA> <AverageB>1.1</AverageB> <DoubleAttemptsA>1</DoubleAttemptsA> <DoubleAttemptsB>1</DoubleAttemptsB> <DoubleHitsA>1</DoubleHitsA> <DoubleHitsB>1</DoubleHitsB> <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesA> <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesB> <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA> <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB> <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresA> <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresB> </Stats> <SubRound>19</SubRound> </MatchViewModel> </Matches> <Name>sample string 2</Name> <PairAId>1</PairAId> <PairBId>1</PairBId> <ScoreA>1</ScoreA> <ScoreB>1</ScoreB> </MatchSetViewModel> <MatchSetViewModel> <MatchSetId>1</MatchSetId> <Matches> <MatchViewModel> <AvgA>1.1</AvgA> <AvgB>1.1</AvgB> <Caller>sample string 20</Caller> <CallerId>1</CallerId> <CountryCodeA>sample string 16</CountryCodeA> <CountryCodeB>sample string 17</CountryCodeB> <Details>sample string 11</Details> <HasPair>true</HasPair> <Index>10</Index> <KeyA>1</KeyA> <KeyB>1</KeyB> <MatchId>8</MatchId> <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 1</d6p1:Key> <d6p1:Value>sample string 2</d6p1:Value> </d6p1:KeyValueOfstringstring> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 3</d6p1:Key> <d6p1:Value>sample string 4</d6p1:Value> </d6p1:KeyValueOfstringstring> </Meta> <NationalityA>sample string 14</NationalityA> <NationalityB>sample string 15</NationalityB> <OfficialStartDate>2023-09-30T05:51:39.4409493+02:00</OfficialStartDate> <PairA>sample string 4</PairA> <PairAId>1</PairAId> <PairB>sample string 5</PairB> <PairBId>1</PairBId> <PlayerA>sample string 1</PlayerA> <PlayerAId>1</PlayerAId> <PlayerB>sample string 2</PlayerB> <PlayerBId>1</PlayerBId> <Poule>sample string 18</Poule> <RoundId>9</RoundId> <ScoreA>sample string 12</ScoreA> <ScoreB>sample string 13</ScoreB> <SeedA>sample string 6</SeedA> <SeedB>sample string 7</SeedB> <Stats> <AverageA>1.1</AverageA> <AverageB>1.1</AverageB> <DoubleAttemptsA>1</DoubleAttemptsA> <DoubleAttemptsB>1</DoubleAttemptsB> <DoubleHitsA>1</DoubleHitsA> <DoubleHitsB>1</DoubleHitsB> <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesA> <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesB> <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA> <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB> <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresA> <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresB> </Stats> <SubRound>19</SubRound> </MatchViewModel> <MatchViewModel> <AvgA>1.1</AvgA> <AvgB>1.1</AvgB> <Caller>sample string 20</Caller> <CallerId>1</CallerId> <CountryCodeA>sample string 16</CountryCodeA> <CountryCodeB>sample string 17</CountryCodeB> <Details>sample string 11</Details> <HasPair>true</HasPair> <Index>10</Index> <KeyA>1</KeyA> <KeyB>1</KeyB> <MatchId>8</MatchId> <Meta xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 1</d6p1:Key> <d6p1:Value>sample string 2</d6p1:Value> </d6p1:KeyValueOfstringstring> <d6p1:KeyValueOfstringstring> <d6p1:Key>sample string 3</d6p1:Key> <d6p1:Value>sample string 4</d6p1:Value> </d6p1:KeyValueOfstringstring> </Meta> <NationalityA>sample string 14</NationalityA> <NationalityB>sample string 15</NationalityB> <OfficialStartDate>2023-09-30T05:51:39.4409493+02:00</OfficialStartDate> <PairA>sample string 4</PairA> <PairAId>1</PairAId> <PairB>sample string 5</PairB> <PairBId>1</PairBId> <PlayerA>sample string 1</PlayerA> <PlayerAId>1</PlayerAId> <PlayerB>sample string 2</PlayerB> <PlayerBId>1</PlayerBId> <Poule>sample string 18</Poule> <RoundId>9</RoundId> <ScoreA>sample string 12</ScoreA> <ScoreB>sample string 13</ScoreB> <SeedA>sample string 6</SeedA> <SeedB>sample string 7</SeedB> <Stats> <AverageA>1.1</AverageA> <AverageB>1.1</AverageB> <DoubleAttemptsA>1</DoubleAttemptsA> <DoubleAttemptsB>1</DoubleAttemptsB> <DoubleHitsA>1</DoubleHitsA> <DoubleHitsB>1</DoubleHitsB> <FinishesA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesA> <FinishesB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </FinishesB> <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA> <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB> <ScoresA xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresA> <ScoresB xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>1</d7p1:int> <d7p1:int>2</d7p1:int> </ScoresB> </Stats> <SubRound>19</SubRound> </MatchViewModel> </Matches> <Name>sample string 2</Name> <PairAId>1</PairAId> <PairBId>1</PairBId> <ScoreA>1</ScoreA> <ScoreB>1</ScoreB> </MatchSetViewModel> </MatchSets> <Matches> <MatchViewModel> <AvgA>1.1</AvgA> <AvgB>1.1</AvgB> <Caller>sample string 20</Caller> <CallerId>1</CallerId> <CountryCodeA>sample string 16</CountryCodeA> <CountryCodeB>sample string 17</CountryCodeB> <Details>sample string 11</Details> <HasPair>true</HasPair> <Index>10</Index> <KeyA>1</KeyA> <KeyB>1</KeyB> <MatchId>8</MatchId> <Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringstring> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value>sample string 2</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value>sample string 4</d4p1:Value> </d4p1:KeyValueOfstringstring> </Meta> <NationalityA>sample string 14</NationalityA> <NationalityB>sample string 15</NationalityB> <OfficialStartDate>2023-09-30T05:51:39.4409493+02:00</OfficialStartDate> <PairA>sample string 4</PairA> <PairAId>1</PairAId> <PairB>sample string 5</PairB> <PairBId>1</PairBId> <PlayerA>sample string 1</PlayerA> <PlayerAId>1</PlayerAId> <PlayerB>sample string 2</PlayerB> <PlayerBId>1</PlayerBId> <Poule>sample string 18</Poule> <RoundId>9</RoundId> <ScoreA>sample string 12</ScoreA> <ScoreB>sample string 13</ScoreB> <SeedA>sample string 6</SeedA> <SeedB>sample string 7</SeedB> <Stats> <AverageA>1.1</AverageA> <AverageB>1.1</AverageB> <DoubleAttemptsA>1</DoubleAttemptsA> <DoubleAttemptsB>1</DoubleAttemptsB> <DoubleHitsA>1</DoubleHitsA> <DoubleHitsB>1</DoubleHitsB> <FinishesA xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </FinishesA> <FinishesB xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </FinishesB> <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA> <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB> <ScoresA xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </ScoresA> <ScoresB xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </ScoresB> </Stats> <SubRound>19</SubRound> </MatchViewModel> <MatchViewModel> <AvgA>1.1</AvgA> <AvgB>1.1</AvgB> <Caller>sample string 20</Caller> <CallerId>1</CallerId> <CountryCodeA>sample string 16</CountryCodeA> <CountryCodeB>sample string 17</CountryCodeB> <Details>sample string 11</Details> <HasPair>true</HasPair> <Index>10</Index> <KeyA>1</KeyA> <KeyB>1</KeyB> <MatchId>8</MatchId> <Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringstring> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value>sample string 2</d4p1:Value> </d4p1:KeyValueOfstringstring> <d4p1:KeyValueOfstringstring> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value>sample string 4</d4p1:Value> </d4p1:KeyValueOfstringstring> </Meta> <NationalityA>sample string 14</NationalityA> <NationalityB>sample string 15</NationalityB> <OfficialStartDate>2023-09-30T05:51:39.4409493+02:00</OfficialStartDate> <PairA>sample string 4</PairA> <PairAId>1</PairAId> <PairB>sample string 5</PairB> <PairBId>1</PairBId> <PlayerA>sample string 1</PlayerA> <PlayerAId>1</PlayerAId> <PlayerB>sample string 2</PlayerB> <PlayerBId>1</PlayerBId> <Poule>sample string 18</Poule> <RoundId>9</RoundId> <ScoreA>sample string 12</ScoreA> <ScoreB>sample string 13</ScoreB> <SeedA>sample string 6</SeedA> <SeedB>sample string 7</SeedB> <Stats> <AverageA>1.1</AverageA> <AverageB>1.1</AverageB> <DoubleAttemptsA>1</DoubleAttemptsA> <DoubleAttemptsB>1</DoubleAttemptsB> <DoubleHitsA>1</DoubleHitsA> <DoubleHitsB>1</DoubleHitsB> <FinishesA xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </FinishesA> <FinishesB xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </FinishesB> <NumberOfHunderdEightiesA>1</NumberOfHunderdEightiesA> <NumberOfHunderdEightiesB>1</NumberOfHunderdEightiesB> <ScoresA xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </ScoresA> <ScoresB xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:int>1</d5p1:int> <d5p1:int>2</d5p1:int> </ScoresB> </Stats> <SubRound>19</SubRound> </MatchViewModel> </Matches> <NumberOfMatches>11</NumberOfMatches> <Order>12</Order> <OrganisationId>1</OrganisationId> <PouleScores> <PouleScoresViewModel> <Poule>sample string 1</Poule> <Scores> <PouleScoreViewModel> <Couple>sample string 2</Couple> <CoupleId>1</CoupleId> <GamesLost>1</GamesLost> <GamesWon>1</GamesWon> <LegsLost>1</LegsLost> <LegsWon>1</LegsWon> <Nationality>sample string 3</Nationality> <OpponentId xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </OpponentId> <Order>4</Order> <Player>sample string 1</Player> <PlayerId>1</PlayerId> <Position>1</Position> <Scores xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </Scores> <SeasonCoupleId>1</SeasonCoupleId> <SeasonPlayerId>1</SeasonPlayerId> <Seeding>1</Seeding> <Weight>1</Weight> </PouleScoreViewModel> <PouleScoreViewModel> <Couple>sample string 2</Couple> <CoupleId>1</CoupleId> <GamesLost>1</GamesLost> <GamesWon>1</GamesWon> <LegsLost>1</LegsLost> <LegsWon>1</LegsWon> <Nationality>sample string 3</Nationality> <OpponentId xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </OpponentId> <Order>4</Order> <Player>sample string 1</Player> <PlayerId>1</PlayerId> <Position>1</Position> <Scores xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </Scores> <SeasonCoupleId>1</SeasonCoupleId> <SeasonPlayerId>1</SeasonPlayerId> <Seeding>1</Seeding> <Weight>1</Weight> </PouleScoreViewModel> </Scores> </PouleScoresViewModel> <PouleScoresViewModel> <Poule>sample string 1</Poule> <Scores> <PouleScoreViewModel> <Couple>sample string 2</Couple> <CoupleId>1</CoupleId> <GamesLost>1</GamesLost> <GamesWon>1</GamesWon> <LegsLost>1</LegsLost> <LegsWon>1</LegsWon> <Nationality>sample string 3</Nationality> <OpponentId xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </OpponentId> <Order>4</Order> <Player>sample string 1</Player> <PlayerId>1</PlayerId> <Position>1</Position> <Scores xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </Scores> <SeasonCoupleId>1</SeasonCoupleId> <SeasonPlayerId>1</SeasonPlayerId> <Seeding>1</Seeding> <Weight>1</Weight> </PouleScoreViewModel> <PouleScoreViewModel> <Couple>sample string 2</Couple> <CoupleId>1</CoupleId> <GamesLost>1</GamesLost> <GamesWon>1</GamesWon> <LegsLost>1</LegsLost> <LegsWon>1</LegsWon> <Nationality>sample string 3</Nationality> <OpponentId xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </OpponentId> <Order>4</Order> <Player>sample string 1</Player> <PlayerId>1</PlayerId> <Position>1</Position> <Scores xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:int>1</d6p1:int> <d6p1:int>2</d6p1:int> </Scores> <SeasonCoupleId>1</SeasonCoupleId> <SeasonPlayerId>1</SeasonPlayerId> <Seeding>1</Seeding> <Weight>1</Weight> </PouleScoreViewModel> </Scores> </PouleScoresViewModel> </PouleScores> <Rank>4</Rank> <RoundId>2</RoundId> <SeasonId>3</SeasonId> <SetScoring>sample string 6</SetScoring> <Short>sample string 10</Short> <StartDate>2023-09-30T05:51:39.4409493+02:00</StartDate> <Title>sample string 9</Title> <Venue>sample string 1</Venue> <VenueId>1</VenueId> </RoundViewModel>