GET api/v{version}/season/{id}/classification

Get the classification of a season.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

SeasonClassificationViewModel
NameDescriptionTypeAdditional information
Classification

Collection of ClassificationViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Classification": [
    {
      "Player": {
        "PlayerId": 1,
        "Key": 2,
        "MemberId": "sample string 3",
        "FullName": "sample string 4",
        "FirstName": "sample string 5",
        "LastName": "sample string 6",
        "SurName": "sample string 7",
        "Nationality": "sample string 8",
        "Age": 0,
        "Gender": "sample string 10",
        "CountryCode": "sample string 11",
        "Url": "sample string 28"
      },
      "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,
        "Key": 2,
        "MemberId": "sample string 3",
        "FullName": "sample string 4",
        "FirstName": "sample string 5",
        "LastName": "sample string 6",
        "SurName": "sample string 7",
        "Nationality": "sample string 8",
        "Age": 0,
        "Gender": "sample string 10",
        "CountryCode": "sample string 11",
        "Url": "sample string 28"
      },
      "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 12</Attachment>
        <AttachmentContentType>sample string 13</AttachmentContentType>
        <AttachmentDescription>sample string 15</AttachmentDescription>
        <AttachmentPassport>sample string 20</AttachmentPassport>
        <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
        <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
        <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
        <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
        <AttachmentThrow>sample string 16</AttachmentThrow>
        <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
        <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
        <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
        <AttachmentWDF>sample string 24</AttachmentWDF>
        <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
        <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
        <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
        <CountryCode>sample string 11</CountryCode>
        <DateOfBirth>2023-09-30T04:21:37.2056968+02:00</DateOfBirth>
        <Email>sample string 9</Email>
        <FirstName>sample string 5</FirstName>
        <FullName>sample string 4</FullName>
        <Gender>sample string 10</Gender>
        <Key>2</Key>
        <LastName>sample string 6</LastName>
        <MemberId>sample string 3</MemberId>
        <Nationality>sample string 8</Nationality>
        <PlayerId>1</PlayerId>
        <SurName>sample string 7</SurName>
        <Url>sample string 28</Url>
      </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 12</Attachment>
        <AttachmentContentType>sample string 13</AttachmentContentType>
        <AttachmentDescription>sample string 15</AttachmentDescription>
        <AttachmentPassport>sample string 20</AttachmentPassport>
        <AttachmentPassportContentType>sample string 21</AttachmentPassportContentType>
        <AttachmentPassportDescription>sample string 23</AttachmentPassportDescription>
        <AttachmentPassportPhotographer>sample string 22</AttachmentPassportPhotographer>
        <AttachmentPhotographer>sample string 14</AttachmentPhotographer>
        <AttachmentThrow>sample string 16</AttachmentThrow>
        <AttachmentThrowContentType>sample string 17</AttachmentThrowContentType>
        <AttachmentThrowDescription>sample string 19</AttachmentThrowDescription>
        <AttachmentThrowPhotographer>sample string 18</AttachmentThrowPhotographer>
        <AttachmentWDF>sample string 24</AttachmentWDF>
        <AttachmentWDFContentType>sample string 25</AttachmentWDFContentType>
        <AttachmentWDFDescription>sample string 27</AttachmentWDFDescription>
        <AttachmentWDFPhotographer>sample string 26</AttachmentWDFPhotographer>
        <CountryCode>sample string 11</CountryCode>
        <DateOfBirth>2023-09-30T04:21:37.2056968+02:00</DateOfBirth>
        <Email>sample string 9</Email>
        <FirstName>sample string 5</FirstName>
        <FullName>sample string 4</FullName>
        <Gender>sample string 10</Gender>
        <Key>2</Key>
        <LastName>sample string 6</LastName>
        <MemberId>sample string 3</MemberId>
        <Nationality>sample string 8</Nationality>
        <PlayerId>1</PlayerId>
        <SurName>sample string 7</SurName>
        <Url>sample string 28</Url>
      </Player>
      <Points>6</Points>
      <Won>2</Won>
    </ClassificationViewModel>
  </Classification>
</SeasonClassificationViewModel>