GET Epreuves/{EpId}/Modeles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EpId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of VU_API_MODELES| Name | Description | Type | Additional information |
|---|---|---|---|
| EP_ID | integer |
None. |
|
| CODE_BATEAU | string |
None. |
|
| LIBELLE | string |
None. |
|
| SECTEUR_CODE | string |
None. |
|
| NB_EQUIPIERS | integer |
None. |
|
| RATING | decimal number |
None. |
|
| LOA | decimal number |
None. |
|
| CODE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EP_ID": 1,
"CODE_BATEAU": "sample string 2",
"LIBELLE": "sample string 3",
"SECTEUR_CODE": "sample string 4",
"NB_EQUIPIERS": 1,
"RATING": 1.1,
"LOA": 1.1,
"CODE": "sample string 5"
},
{
"EP_ID": 1,
"CODE_BATEAU": "sample string 2",
"LIBELLE": "sample string 3",
"SECTEUR_CODE": "sample string 4",
"NB_EQUIPIERS": 1,
"RATING": 1.1,
"LOA": 1.1,
"CODE": "sample string 5"
}
]