GET Ranking/{CodeBateau}/{Annee}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Annee | integer |
Required |
|
| CodeBateau | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of vu_API_RANKING_C10_CLASSE| Name | Description | Type | Additional information |
|---|---|---|---|
| ANNEE_SPORTIVE | integer |
None. |
|
| NO_LICENCE | string |
None. |
|
| NOM | string |
None. |
|
| PRENOM | string |
None. |
|
| SEXE | string |
None. |
|
| AGE | integer |
None. |
|
| ST_CODE | string |
None. |
|
| CODE_BATEAU | string |
None. |
|
| PLACE | integer |
None. |
|
| PTS | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ANNEE_SPORTIVE": 1,
"NO_LICENCE": "sample string 1",
"NOM": "sample string 2",
"PRENOM": "sample string 3",
"SEXE": "sample string 4",
"AGE": 1,
"ST_CODE": "sample string 5",
"CODE_BATEAU": "sample string 6",
"PLACE": 1,
"PTS": 1.0
},
{
"ANNEE_SPORTIVE": 1,
"NO_LICENCE": "sample string 1",
"NOM": "sample string 2",
"PRENOM": "sample string 3",
"SEXE": "sample string 4",
"AGE": 1,
"ST_CODE": "sample string 5",
"CODE_BATEAU": "sample string 6",
"PLACE": 1,
"PTS": 1.0
}
]