GET api/v{version}/season/competitors?id={id}

Get the competitors of a season.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

the season id

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CompetitorClassificationViewModel
NameDescriptionTypeAdditional information
Attachment

AttachmentViewModel

None.

Player

PlayerViewModel

None.

Seeding

Seeding of this tournament.

integer

None.

Qualifier

Has the player played a qualifing round.

boolean

None.

Wildcard

Has the player been given a wildcard?

boolean

None.

Position

Final position.

integer

None.

CompetitorStatus

Status of the player.

string

None.

Classification

Contains the classification. This field is only available when the competitors are playing a competition. If the season has a knockout system this data is not available.

ClassificationViewModel

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Seeding": 1,
    "Position": 1,
    "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
    },
    "Qualifier": true,
    "Wildcard": true,
    "CompetitorStatus": "sample string 3",
    "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"
    }
  },
  {
    "Seeding": 1,
    "Position": 1,
    "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
    },
    "Qualifier": true,
    "Wildcard": true,
    "CompetitorStatus": "sample string 3",
    "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"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfCompetitorClassificationViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DartStat.Web.Areas.Apiv2.Models">
  <CompetitorClassificationViewModel>
    <Attachment>
      <ContentType>sample string 2</ContentType>
      <FileName>sample string 1</FileName>
    </Attachment>
    <Classification>
      <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-12-07T08:55:16.6270944+01:00</DateOfBirth>
        <DateOfDecease>2023-12-07T08:55:16.6270944+01:00</DateOfDecease>
        <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>
    </Classification>
    <CompetitorStatus>sample string 3</CompetitorStatus>
    <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-12-07T08:55:16.6270944+01:00</DateOfBirth>
      <DateOfDecease>2023-12-07T08:55:16.6270944+01:00</DateOfDecease>
      <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>
    <Position>1</Position>
    <Qualifier>true</Qualifier>
    <Seeding>1</Seeding>
    <Wildcard>true</Wildcard>
  </CompetitorClassificationViewModel>
  <CompetitorClassificationViewModel>
    <Attachment>
      <ContentType>sample string 2</ContentType>
      <FileName>sample string 1</FileName>
    </Attachment>
    <Classification>
      <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-12-07T08:55:16.6270944+01:00</DateOfBirth>
        <DateOfDecease>2023-12-07T08:55:16.6270944+01:00</DateOfDecease>
        <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>
    </Classification>
    <CompetitorStatus>sample string 3</CompetitorStatus>
    <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-12-07T08:55:16.6270944+01:00</DateOfBirth>
      <DateOfDecease>2023-12-07T08:55:16.6270944+01:00</DateOfDecease>
      <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>
    <Position>1</Position>
    <Qualifier>true</Qualifier>
    <Seeding>1</Seeding>
    <Wildcard>true</Wildcard>
  </CompetitorClassificationViewModel>
</ArrayOfCompetitorClassificationViewModel>