GET api/v{version}/pair/details/{id}
Get some more details about a couple.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
couple id |
integer |
Required |
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PairDetailViewModelName | Description | Type | Additional information |
---|---|---|---|
PairId | integer |
None. |
|
Key | integer |
None. |
|
Nationality |
The nationality of the pair. |
string |
None. |
NationalityCode |
The nationality of the pair represented by the country code. For example NL for the Netherlands. |
string |
None. |
Players | Collection of PlayerDetailViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "PairId": 1, "Key": 2, "Nationality": "sample string 3", "NationalityCode": "sample string 4", "Players": [ { "PlayerId": 1, "Key": 2, "FullName": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "NickName": "sample string 6", "MartialStatus": "sample string 7", "Kids": "sample string 8", "Job": "sample string 9", "Hobby": "sample string 10", "Darts": "sample string 11", "Site": "sample string 12", "Twitter": "sample string 13", "Music": "sample string 14", "HomeTown": "sample string 15", "Nationality": "sample string 16", "CountryCode": "sample string 17", "Description": "sample string 18", "DescriptionTranslations": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "DateOfBirth": "2022-05-25T17:16:38.2521635+02:00", "PlaceOfBirth": "sample string 19", "DateOfDecease": "2022-05-25T17:16:38.2521635+02:00", "Gender": 0, "Lateral": 0, "Rol": 0, "Status": 0, "Attachment": "sample string 20", "AttachmentContentType": "sample string 21", "AttachmentPhotographer": "sample string 22", "AttachmentDescription": "sample string 23", "AttachmentThrow": "sample string 24", "AttachmentThrowContentType": "sample string 25", "AttachmentThrowPhotographer": "sample string 26", "AttachmentThrowDescription": "sample string 27", "AttachmentPassport": "sample string 28", "AttachmentPassportContentType": "sample string 29", "AttachmentPassportPhotographer": "sample string 30", "AttachmentPassportDescription": "sample string 31", "AttachmentWDF": "sample string 32", "AttachmentWDFContentType": "sample string 33", "AttachmentWDFPhotographer": "sample string 34", "AttachmentWDFDescription": "sample string 35", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }, { "PlayerId": 1, "Key": 2, "FullName": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "NickName": "sample string 6", "MartialStatus": "sample string 7", "Kids": "sample string 8", "Job": "sample string 9", "Hobby": "sample string 10", "Darts": "sample string 11", "Site": "sample string 12", "Twitter": "sample string 13", "Music": "sample string 14", "HomeTown": "sample string 15", "Nationality": "sample string 16", "CountryCode": "sample string 17", "Description": "sample string 18", "DescriptionTranslations": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "DateOfBirth": "2022-05-25T17:16:38.2521635+02:00", "PlaceOfBirth": "sample string 19", "DateOfDecease": "2022-05-25T17:16:38.2521635+02:00", "Gender": 0, "Lateral": 0, "Rol": 0, "Status": 0, "Attachment": "sample string 20", "AttachmentContentType": "sample string 21", "AttachmentPhotographer": "sample string 22", "AttachmentDescription": "sample string 23", "AttachmentThrow": "sample string 24", "AttachmentThrowContentType": "sample string 25", "AttachmentThrowPhotographer": "sample string 26", "AttachmentThrowDescription": "sample string 27", "AttachmentPassport": "sample string 28", "AttachmentPassportContentType": "sample string 29", "AttachmentPassportPhotographer": "sample string 30", "AttachmentPassportDescription": "sample string 31", "AttachmentWDF": "sample string 32", "AttachmentWDFContentType": "sample string 33", "AttachmentWDFPhotographer": "sample string 34", "AttachmentWDFDescription": "sample string 35", "Meta": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } } ] }
application/xml, text/xml
Sample:
<PairDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models"> <Key>2</Key> <Nationality>sample string 3</Nationality> <NationalityCode>sample string 4</NationalityCode> <PairId>1</PairId> <Players> <PlayerDetailViewModel> <Attachment>sample string 20</Attachment> <AttachmentContentType>sample string 21</AttachmentContentType> <AttachmentDescription>sample string 23</AttachmentDescription> <AttachmentPassport>sample string 28</AttachmentPassport> <AttachmentPassportContentType>sample string 29</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 31</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 30</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 22</AttachmentPhotographer> <AttachmentThrow>sample string 24</AttachmentThrow> <AttachmentThrowContentType>sample string 25</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 27</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 26</AttachmentThrowPhotographer> <AttachmentWDF>sample string 32</AttachmentWDF> <AttachmentWDFContentType>sample string 33</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 35</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 34</AttachmentWDFPhotographer> <CountryCode>sample string 17</CountryCode> <Darts>sample string 11</Darts> <DateOfBirth>2022-05-25T17:16:38.2521635+02:00</DateOfBirth> <DateOfDecease>2022-05-25T17:16:38.2521635+02:00</DateOfDecease> <Description>sample string 18</Description> <DescriptionTranslations 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> </DescriptionTranslations> <FirstName>sample string 4</FirstName> <FullName>sample string 3</FullName> <Gender>Male</Gender> <Hobby>sample string 10</Hobby> <HomeTown>sample string 15</HomeTown> <Job>sample string 9</Job> <Key>2</Key> <Kids>sample string 8</Kids> <LastName>sample string 5</LastName> <Lateral>Left</Lateral> <MartialStatus>sample string 7</MartialStatus> <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> <Music>sample string 14</Music> <Nationality>sample string 16</Nationality> <NickName>sample string 6</NickName> <PlaceOfBirth>sample string 19</PlaceOfBirth> <PlayerId>1</PlayerId> <Rol>Player</Rol> <Site>sample string 12</Site> <Status>Active</Status> <Twitter>sample string 13</Twitter> </PlayerDetailViewModel> <PlayerDetailViewModel> <Attachment>sample string 20</Attachment> <AttachmentContentType>sample string 21</AttachmentContentType> <AttachmentDescription>sample string 23</AttachmentDescription> <AttachmentPassport>sample string 28</AttachmentPassport> <AttachmentPassportContentType>sample string 29</AttachmentPassportContentType> <AttachmentPassportDescription>sample string 31</AttachmentPassportDescription> <AttachmentPassportPhotographer>sample string 30</AttachmentPassportPhotographer> <AttachmentPhotographer>sample string 22</AttachmentPhotographer> <AttachmentThrow>sample string 24</AttachmentThrow> <AttachmentThrowContentType>sample string 25</AttachmentThrowContentType> <AttachmentThrowDescription>sample string 27</AttachmentThrowDescription> <AttachmentThrowPhotographer>sample string 26</AttachmentThrowPhotographer> <AttachmentWDF>sample string 32</AttachmentWDF> <AttachmentWDFContentType>sample string 33</AttachmentWDFContentType> <AttachmentWDFDescription>sample string 35</AttachmentWDFDescription> <AttachmentWDFPhotographer>sample string 34</AttachmentWDFPhotographer> <CountryCode>sample string 17</CountryCode> <Darts>sample string 11</Darts> <DateOfBirth>2022-05-25T17:16:38.2521635+02:00</DateOfBirth> <DateOfDecease>2022-05-25T17:16:38.2521635+02:00</DateOfDecease> <Description>sample string 18</Description> <DescriptionTranslations 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> </DescriptionTranslations> <FirstName>sample string 4</FirstName> <FullName>sample string 3</FullName> <Gender>Male</Gender> <Hobby>sample string 10</Hobby> <HomeTown>sample string 15</HomeTown> <Job>sample string 9</Job> <Key>2</Key> <Kids>sample string 8</Kids> <LastName>sample string 5</LastName> <Lateral>Left</Lateral> <MartialStatus>sample string 7</MartialStatus> <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> <Music>sample string 14</Music> <Nationality>sample string 16</Nationality> <NickName>sample string 6</NickName> <PlaceOfBirth>sample string 19</PlaceOfBirth> <PlayerId>1</PlayerId> <Rol>Player</Rol> <Site>sample string 12</Site> <Status>Active</Status> <Twitter>sample string 13</Twitter> </PlayerDetailViewModel> </Players> </PairDetailViewModel>