GET Licencies/{NoLicence}/Palmares
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NoLicence | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of API_SPORTIF_PALMARES_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| CO_ID | integer |
None. |
|
| EP_ID | integer |
None. |
|
| EP_DATE_FIN | date |
None. |
|
| EP_YEAR | integer |
None. |
|
| HN_NIVEAU_ID | string |
None. |
|
| HN_NIVEAU_LIBELLE | string |
None. |
|
| DATES | string |
None. |
|
| INTITULE | string |
None. |
|
| CODE_BATEAU | string |
None. |
|
| CODE_BATEAU_LIBELL | string |
None. |
|
| GRADE | string |
None. |
|
| RD_PLACE | string |
None. |
|
| NO_LICENCE | string |
None. |
|
| RD_PLACE_2 | integer |
None. |
|
| RE_NB_CLASSES_RGL | string |
None. |
|
| levelBar | integer |
None. |
|
| re_id | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CO_ID": 1,
"EP_ID": 1,
"EP_DATE_FIN": "2026-04-18T10:38:55.7922014+02:00",
"EP_YEAR": 1,
"HN_NIVEAU_ID": "sample string 1",
"HN_NIVEAU_LIBELLE": "sample string 2",
"DATES": "sample string 3",
"INTITULE": "sample string 4",
"CODE_BATEAU": "sample string 5",
"CODE_BATEAU_LIBELL": "sample string 6",
"GRADE": "sample string 7",
"RD_PLACE": "sample string 8",
"NO_LICENCE": "sample string 9",
"RD_PLACE_2": 1,
"RE_NB_CLASSES_RGL": "sample string 10",
"levelBar": 11,
"re_id": 1
},
{
"CO_ID": 1,
"EP_ID": 1,
"EP_DATE_FIN": "2026-04-18T10:38:55.7922014+02:00",
"EP_YEAR": 1,
"HN_NIVEAU_ID": "sample string 1",
"HN_NIVEAU_LIBELLE": "sample string 2",
"DATES": "sample string 3",
"INTITULE": "sample string 4",
"CODE_BATEAU": "sample string 5",
"CODE_BATEAU_LIBELL": "sample string 6",
"GRADE": "sample string 7",
"RD_PLACE": "sample string 8",
"NO_LICENCE": "sample string 9",
"RD_PLACE_2": 1,
"RE_NB_CLASSES_RGL": "sample string 10",
"levelBar": 11,
"re_id": 1
}
]