GET api/Athletes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Athlete
NameDescriptionTypeAdditional information
Id_Athlete

integer

None.

Surname

string

None.

Name

string

None.

Patronymic

string

None.

Login

string

None.

Pass

string

None.

Gender

string

None.

BDay

date

None.

Country

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id_Athlete": 1,
    "Surname": "sample string 2",
    "Name": "sample string 3",
    "Patronymic": "sample string 4",
    "Login": "sample string 5",
    "Pass": "sample string 6",
    "Gender": "sample string 7",
    "BDay": "2025-12-05T12:38:42.3554042-06:00",
    "Country": "sample string 8"
  },
  {
    "Id_Athlete": 1,
    "Surname": "sample string 2",
    "Name": "sample string 3",
    "Patronymic": "sample string 4",
    "Login": "sample string 5",
    "Pass": "sample string 6",
    "Gender": "sample string 7",
    "BDay": "2025-12-05T12:38:42.3554042-06:00",
    "Country": "sample string 8"
  }
]