GET api/v{version}/season/{id}/classification
Get the classification of a season.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
SeasonClassificationViewModelName | Description | Type | Additional information |
---|---|---|---|
Classification | Collection of ClassificationViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Classification": [ { "Player": { "PlayerId": 1, "CompetitorId": 2, "Key": 3, "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Email": "sample string 8", "DateOfBirth": "2022-05-25T17:18:44.7775803+02:00", "Gender": "sample string 9", "CountryCode": "sample string 10", "Attachment": "sample string 11", "AttachmentContentType": "sample string 12", "AttachmentPhotographer": "sample string 13", "AttachmentDescription": "sample string 14", "AttachmentThrow": "sample string 15", "AttachmentThrowContentType": "sample string 16", "AttachmentThrowPhotographer": "sample string 17", "AttachmentThrowDescription": "sample string 18", "AttachmentPassport": "sample string 19", "AttachmentPassportContentType": "sample string 20", "AttachmentPassportPhotographer": "sample string 21", "AttachmentPassportDescription": "sample string 22", "AttachmentWDF": "sample string 23", "AttachmentWDFContentType": "sample string 24", "AttachmentWDFPhotographer": "sample string 25", "AttachmentWDFDescription": "sample string 26" }, "Competitor": { "Seeding": 1, "Position": 1, "Qualifier": true, "Wildcard": true, "CompetitorStatus": "sample string 3" }, "Played": 1, "Won": 2, "Lost": 3, "Draw": 4, "LegSaldo": 5, "Points": 6, "OneHunderdAndEighty": 7 }, { "Player": { "PlayerId": 1, "CompetitorId": 2, "Key": 3, "FullName": "sample string 4", "FirstName": "sample string 5", "LastName": "sample string 6", "Nationality": "sample string 7", "Email": "sample string 8", "DateOfBirth": "2022-05-25T17:18:44.7775803+02:00", "Gender": "sample string 9", "CountryCode": "sample string 10", "Attachment": "sample string 11", "AttachmentContentType": "sample string 12", "AttachmentPhotographer": "sample string 13", "AttachmentDescription": "sample string 14", "AttachmentThrow": "sample string 15", "AttachmentThrowContentType": "sample string 16", "AttachmentThrowPhotographer": "sample string 17", "AttachmentThrowDescription": "sample string 18", "AttachmentPassport": "sample string 19", "AttachmentPassportContentType": "sample string 20", "AttachmentPassportPhotographer": "sample string 21", "AttachmentPassportDescription": "sample string 22", "AttachmentWDF": "sample string 23", "AttachmentWDFContentType": "sample string 24", "AttachmentWDFPhotographer": "sample string 25", "AttachmentWDFDescription": "sample string 26" }, "Competitor": { "Seeding": 1, "Position": 1, "Qualifier": true, "Wildcard": true, "CompetitorStatus": "sample string 3" }, "Played": 1, "Won": 2, "Lost": 3, "Draw": 4, "LegSaldo": 5, "Points": 6, "OneHunderdAndEighty": 7 } ] }
application/xml, text/xml
Sample:
<SeasonClassificationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models"> <Classification> <ClassificationViewModel> <Competitor> <CompetitorStatus>sample string 3</CompetitorStatus> <Position>1</Position> <Qualifier>true</Qualifier> <Seeding>1</Seeding> <Wildcard>true</Wildcard> </Competitor> <Draw>4</Draw> <LegSaldo>5</LegSaldo> <Lost>3</Lost> <OneHunderdAndEighty>7</OneHunderdAndEighty> <Played>1</Played> <Player> <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> <CompetitorId>2</CompetitorId> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2022-05-25T17:18:44.7775803+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>3</Key> <LastName>sample string 6</LastName> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> </Player> <Points>6</Points> <Won>2</Won> </ClassificationViewModel> <ClassificationViewModel> <Competitor> <CompetitorStatus>sample string 3</CompetitorStatus> <Position>1</Position> <Qualifier>true</Qualifier> <Seeding>1</Seeding> <Wildcard>true</Wildcard> </Competitor> <Draw>4</Draw> <LegSaldo>5</LegSaldo> <Lost>3</Lost> <OneHunderdAndEighty>7</OneHunderdAndEighty> <Played>1</Played> <Player> <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> <CompetitorId>2</CompetitorId> <CountryCode>sample string 10</CountryCode> <DateOfBirth>2022-05-25T17:18:44.7775803+02:00</DateOfBirth> <Email>sample string 8</Email> <FirstName>sample string 5</FirstName> <FullName>sample string 4</FullName> <Gender>sample string 9</Gender> <Key>3</Key> <LastName>sample string 6</LastName> <Nationality>sample string 7</Nationality> <PlayerId>1</PlayerId> </Player> <Points>6</Points> <Won>2</Won> </ClassificationViewModel> </Classification> </SeasonClassificationViewModel>