GET api/v{version}/season?id={id}&translations={translations}&seasonStatus={seasonStatus}&page={page}&pageSize={pageSize}
Get the seasons for a competion
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Required competition id |
integer |
Default value is -1 |
translations | boolean |
Default value is False |
|
seasonStatus | string |
Default value is |
|
page | integer |
Default value is 0 |
|
pageSize | integer |
Default value is 0 |
|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of SeasonViewModelName | Description | Type | Additional information |
---|---|---|---|
SeasonId |
The unique id. |
integer |
None. |
Title |
Name of the season. |
string |
None. |
Sponsor |
The main sponsor. |
string |
None. |
Edition |
Edition |
integer |
None. |
VenueId |
Location where the games are/where played. |
integer |
None. |
Venue |
Location where the games are/where played. |
string |
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. |
Winners |
Winners of the season. |
Collection of PlayerViewModel |
None. |
Runnerups |
Runnerups of the season. |
Collection of PlayerViewModel |
None. |
CoupleWinners |
Couple winners |
Collection of CoupleViewModel |
None. |
CoupleRunnerups |
Couple runnerups. |
Collection of CoupleViewModel |
None. |
Callers |
Callers of the season. |
Collection of PlayerViewModel |
None. |
Rankings |
Get/Sets the related rankings of this season. |
Collection of RankingBaseViewModel |
None. |
Labels | Collection of LabelViewModel |
None. |
|
PrizeMoney |
Total prize money. |
string |
None. |
PrizeMoneyIndication |
Total prize money indication (without special prizes). |
string |
None. |
PrizeCurrency |
The prize currency. |
string |
None. |
CompetitionId |
The related competition id. |
integer |
None. |
TotalNumberOfPlayers | integer |
None. |
|
OrganisationId |
The related organisation id. |
integer |
None. |
Schema |
Type of play schema. |
Schema |
None. |
Gender |
Gender information |
GenderGameType |
None. |
Status | string |
None. |
|
SeasonStatus | SeasonStatus |
None. |
|
WithPairs |
Is this season played with Pairs. |
boolean |
None. |
StartDate |
Get or set the date the tournament is started. |
date |
None. |
EndDate |
Get or set the date the tournament is finished. |
date |
None. |
OnTv |
Was the season broadcasted on television. |
boolean |
None. |
OnWeb |
Season is streamed on the web. |
boolean |
None. |
Description |
Short description of the season. |
string |
None. |
DescriptionTranslations | Dictionary of string [key] and string [value] |
None. |
|
Attachment |
A photo of the season. |
string |
None. |
AttachmentContentType |
The content type of the season. |
string |
None. |
AttachmentPhotographer | string |
None. |
|
AttachmentDescription | string |
None. |
|
AttachmentWinner |
A photo of the winner season. |
string |
None. |
AttachmentWinnerContentType |
The content type of the season. |
string |
None. |
AttachmentWinnerPhotographer | string |
None. |
|
AttachmentWinnerDescription | string |
None. |
|
Modified |
Last time the season is modified. |
date |
None. |
Response Formats
application/json, text/json
[ { "SeasonId": 1, "Title": "sample string 2", "Sponsor": "sample string 3", "Edition": 1, "VenueId": 1, "Venue": "sample string 4", "City": "sample string 5", "Country": "sample string 6", "CountryCode": "sample string 7", "Winners": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ], "Runnerups": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ], "CoupleWinners": [ { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] }, { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] } ], "CoupleRunnerups": [ { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] }, { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] } ], "Callers": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ], "Rankings": [ { "RankingId": 1, "Name": "sample string 2", "Slug": "sample string 3" }, { "RankingId": 1, "Name": "sample string 2", "Slug": "sample string 3" } ], "Labels": [ { "LabelId": 1, "Name": "sample string 2", "Slug": "sample string 3" }, { "LabelId": 1, "Name": "sample string 2", "Slug": "sample string 3" } ], "PrizeMoney": "sample string 8", "PrizeMoneyIndication": "sample string 9", "PrizeCurrency": "sample string 10", "CompetitionId": 1, "TotalNumberOfPlayers": 1, "OrganisationId": 1, "Schema": 0, "Gender": 0, "Status": "sample string 11", "SeasonStatus": 0, "WithPairs": true, "StartDate": "2023-04-01T04:11:16.4874628+02:00", "EndDate": "2023-04-01T04:11:16.4874628+02:00", "OnTv": true, "OnWeb": true, "Description": "sample string 15", "DescriptionTranslations": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Attachment": "sample string 16", "Modified": "2023-04-01T04:11:16.4874628+02:00" }, { "SeasonId": 1, "Title": "sample string 2", "Sponsor": "sample string 3", "Edition": 1, "VenueId": 1, "Venue": "sample string 4", "City": "sample string 5", "Country": "sample string 6", "CountryCode": "sample string 7", "Winners": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ], "Runnerups": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ], "CoupleWinners": [ { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] }, { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] } ], "CoupleRunnerups": [ { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] }, { "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ] } ], "Callers": [ { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" }, { "PlayerId": 1, "Key": 2, "MemberId": "sample string 3", "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Gender": "sample string 9", "CountryCode": "sample string 10", "Url": "sample string 27" } ], "Rankings": [ { "RankingId": 1, "Name": "sample string 2", "Slug": "sample string 3" }, { "RankingId": 1, "Name": "sample string 2", "Slug": "sample string 3" } ], "Labels": [ { "LabelId": 1, "Name": "sample string 2", "Slug": "sample string 3" }, { "LabelId": 1, "Name": "sample string 2", "Slug": "sample string 3" } ], "PrizeMoney": "sample string 8", "PrizeMoneyIndication": "sample string 9", "PrizeCurrency": "sample string 10", "CompetitionId": 1, "TotalNumberOfPlayers": 1, "OrganisationId": 1, "Schema": 0, "Gender": 0, "Status": "sample string 11", "SeasonStatus": 0, "WithPairs": true, "StartDate": "2023-04-01T04:11:16.4874628+02:00", "EndDate": "2023-04-01T04:11:16.4874628+02:00", "OnTv": true, "OnWeb": true, "Description": "sample string 15", "DescriptionTranslations": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "Attachment": "sample string 16", "Modified": "2023-04-01T04:11:16.4874628+02:00" } ]
application/xml, text/xml
<ArrayOfSeasonViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models"> <SeasonViewModel> <Attachment>sample string 16</Attachment> <AttachmentContentType>sample string 17</AttachmentContentType> <AttachmentDescription>sample string 19</AttachmentDescription> <AttachmentPhotographer>sample string 18</AttachmentPhotographer> <AttachmentWinner>sample string 20</AttachmentWinner> <AttachmentWinnerContentType>sample string 21</AttachmentWinnerContentType> <AttachmentWinnerDescription>sample string 23</AttachmentWinnerDescription> <AttachmentWinnerPhotographer>sample string 22</AttachmentWinnerPhotographer> <Callers> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Callers> <City>sample string 5</City> <CompetitionId>1</CompetitionId> <Country>sample string 6</Country> <CountryCode>sample string 7</CountryCode> <CoupleRunnerups> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> </CoupleRunnerups> <CoupleWinners> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> </CoupleWinners> <Description>sample string 15</Description> <DescriptionTranslations xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </d3p1:KeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value>sample string 4</d3p1:Value> </d3p1:KeyValueOfstringstring> </DescriptionTranslations> <Edition>1</Edition> <EndDate>2023-04-01T04:11:16.4874628+02:00</EndDate> <Gender>Men</Gender> <Modified>2023-04-01T04:11:16.4874628+02:00</Modified> <OnTv>true</OnTv> <OnWeb>true</OnWeb> <OrganisationId>1</OrganisationId> <PrizeCurrency>sample string 10</PrizeCurrency> <PrizeMoney>sample string 8</PrizeMoney> <PrizeMoneyIndication>sample string 9</PrizeMoneyIndication> <Rankings xmlns:d3p1="http://schemas.datacontract.org/2004/07/DartStat.Domain.Models"> <d3p1:RankingBaseViewModel> <d3p1:Name>sample string 2</d3p1:Name> <d3p1:RankingId>1</d3p1:RankingId> <d3p1:Slug>sample string 3</d3p1:Slug> </d3p1:RankingBaseViewModel> <d3p1:RankingBaseViewModel> <d3p1:Name>sample string 2</d3p1:Name> <d3p1:RankingId>1</d3p1:RankingId> <d3p1:Slug>sample string 3</d3p1:Slug> </d3p1:RankingBaseViewModel> </Rankings> <Runnerups> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Runnerups> <Schema>Knockout</Schema> <SeasonId>1</SeasonId> <SeasonStatus>Unknown</SeasonStatus> <Sponsor>sample string 3</Sponsor> <StartDate>2023-04-01T04:11:16.4874628+02:00</StartDate> <Status>sample string 11</Status> <Title>sample string 2</Title> <TotalNumberOfPlayers>1</TotalNumberOfPlayers> <Venue>sample string 4</Venue> <VenueId>1</VenueId> <Winners> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Winners> <WithPairs>true</WithPairs> </SeasonViewModel> <SeasonViewModel> <Attachment>sample string 16</Attachment> <AttachmentContentType>sample string 17</AttachmentContentType> <AttachmentDescription>sample string 19</AttachmentDescription> <AttachmentPhotographer>sample string 18</AttachmentPhotographer> <AttachmentWinner>sample string 20</AttachmentWinner> <AttachmentWinnerContentType>sample string 21</AttachmentWinnerContentType> <AttachmentWinnerDescription>sample string 23</AttachmentWinnerDescription> <AttachmentWinnerPhotographer>sample string 22</AttachmentWinnerPhotographer> <Callers> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Callers> <City>sample string 5</City> <CompetitionId>1</CompetitionId> <Country>sample string 6</Country> <CountryCode>sample string 7</CountryCode> <CoupleRunnerups> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> </CoupleRunnerups> <CoupleWinners> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> <CoupleViewModel> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Players> </CoupleViewModel> </CoupleWinners> <Description>sample string 15</Description> <DescriptionTranslations xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </d3p1:KeyValueOfstringstring> <d3p1:KeyValueOfstringstring> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value>sample string 4</d3p1:Value> </d3p1:KeyValueOfstringstring> </DescriptionTranslations> <Edition>1</Edition> <EndDate>2023-04-01T04:11:16.4874628+02:00</EndDate> <Gender>Men</Gender> <Modified>2023-04-01T04:11:16.4874628+02:00</Modified> <OnTv>true</OnTv> <OnWeb>true</OnWeb> <OrganisationId>1</OrganisationId> <PrizeCurrency>sample string 10</PrizeCurrency> <PrizeMoney>sample string 8</PrizeMoney> <PrizeMoneyIndication>sample string 9</PrizeMoneyIndication> <Rankings xmlns:d3p1="http://schemas.datacontract.org/2004/07/DartStat.Domain.Models"> <d3p1:RankingBaseViewModel> <d3p1:Name>sample string 2</d3p1:Name> <d3p1:RankingId>1</d3p1:RankingId> <d3p1:Slug>sample string 3</d3p1:Slug> </d3p1:RankingBaseViewModel> <d3p1:RankingBaseViewModel> <d3p1:Name>sample string 2</d3p1:Name> <d3p1:RankingId>1</d3p1:RankingId> <d3p1:Slug>sample string 3</d3p1:Slug> </d3p1:RankingBaseViewModel> </Rankings> <Runnerups> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Runnerups> <Schema>Knockout</Schema> <SeasonId>1</SeasonId> <SeasonStatus>Unknown</SeasonStatus> <Sponsor>sample string 3</Sponsor> <StartDate>2023-04-01T04:11:16.4874628+02:00</StartDate> <Status>sample string 11</Status> <Title>sample string 2</Title> <TotalNumberOfPlayers>1</TotalNumberOfPlayers> <Venue>sample string 4</Venue> <VenueId>1</VenueId> <Winners> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> <PlayerViewModel> <Attachment>sample string 11</Attachment> <AttachmentContentType>sample string 12</AttachmentContentType> <AttachmentDescription>sample string 14</AttachmentDescription> <AttachmentPassport>sample string 19</AttachmentPassport> <AttachmentPassportContentType>sample string 20</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 22</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 21</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 13</AttachmentPhotographer> <AttachmentThrow>sample string 15</AttachmentThrow> <AttachmentThrowContentType>sample string 16</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 18</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 17</AttachmentThrowPhotographer> <AttachmentWDF>sample string 23</AttachmentWDF> <AttachmentWDFContentType>sample string 24</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 26</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 25</AttachmentWDFPhotographer> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2023-04-01T04:11:16.4874628+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>2</Key> <LastName>sample string 6</LastName> <MemberId>sample string 3</MemberId> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> <Url>sample string 27</Url> </PlayerViewModel> </Winners> <WithPairs>true</WithPairs> </SeasonViewModel> </ArrayOfSeasonViewModel>