GET Licencies/{NoLicence}/Resultats

Permet de récupérer les résultats de régate des 12 derniers mois d'un sportif

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NoLicence

Numéro de licence du sportif

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VU_API_LICENCIES_RESULTS
NameDescriptionTypeAdditional information
RD_ID

integer

None.

NO_LICENCE

string

None.

EP_ID

integer

None.

EPREUVE

string

None.

DATE_DEBUT

date

None.

DATE_FIN

date

None.

PLACE

string

None.

NB_CLASSES

integer

None.

GRADE

string

None.

SUPPORT

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RD_ID": 1,
    "NO_LICENCE": "sample string 2",
    "EP_ID": 3,
    "EPREUVE": "sample string 4",
    "DATE_DEBUT": "2024-04-16T23:34:31.7595508+02:00",
    "DATE_FIN": "2024-04-16T23:34:31.7595508+02:00",
    "PLACE": "sample string 5",
    "NB_CLASSES": 1,
    "GRADE": "sample string 6",
    "SUPPORT": "sample string 7"
  },
  {
    "RD_ID": 1,
    "NO_LICENCE": "sample string 2",
    "EP_ID": 3,
    "EPREUVE": "sample string 4",
    "DATE_DEBUT": "2024-04-16T23:34:31.7595508+02:00",
    "DATE_FIN": "2024-04-16T23:34:31.7595508+02:00",
    "PLACE": "sample string 5",
    "NB_CLASSES": 1,
    "GRADE": "sample string 6",
    "SUPPORT": "sample string 7"
  }
]