GET OSIRIS/Ratings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OsirisBateau| Name | Description | Type | Additional information |
|---|---|---|---|
| Matricule | integer |
None. |
|
| Revision | integer |
None. |
|
| ModeleBateau | string |
None. |
|
| Groupe | string |
None. |
|
| Rating | decimal number |
None. |
|
| Cvl | decimal number |
None. |
|
| Longueur | decimal number |
None. |
|
| Tirant | string |
None. |
|
| LastUpdate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Matricule": 1,
"Revision": 2,
"ModeleBateau": "sample string 3",
"Groupe": "sample string 4",
"Rating": 5.1,
"Cvl": 6.1,
"Longueur": 1.1,
"Tirant": "sample string 7",
"LastUpdate": "2026-04-18T10:39:24.2000306+02:00"
},
{
"Matricule": 1,
"Revision": 2,
"ModeleBateau": "sample string 3",
"Groupe": "sample string 4",
"Rating": 5.1,
"Cvl": 6.1,
"Longueur": 1.1,
"Tirant": "sample string 7",
"LastUpdate": "2026-04-18T10:39:24.2000306+02:00"
}
]