GET api/VesselLocationsNoise
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Vessel_LocationDetailedName | Description | Type | Additional information |
---|---|---|---|
VesselIMO | Int32 |
None. |
|
RateOfTurn | Int32 |
None. |
|
SpeedOverGround | decimal number |
None. |
|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
CourseOverGround | decimal number |
None. |
|
TrueHeading | Int32 |
None. |
|
RecordTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "VesselIMO": 1, "RateOfTurn": 2, "SpeedOverGround": 3.1, "Latitude": 4.1, "Longitude": 5.1, "CourseOverGround": 6.1, "TrueHeading": 7, "RecordTime": "2024-11-21T10:15:38.0832899+00:00" }, { "VesselIMO": 1, "RateOfTurn": 2, "SpeedOverGround": 3.1, "Latitude": 4.1, "Longitude": 5.1, "CourseOverGround": 6.1, "TrueHeading": 7, "RecordTime": "2024-11-21T10:15:38.0832899+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfVessel_LocationDetailed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dashboard.Models"> <Vessel_LocationDetailed> <CourseOverGround>6.1</CourseOverGround> <Latitude>4.1</Latitude> <Longitude>5.1</Longitude> <RateOfTurn>2</RateOfTurn> <RecordTime>2024-11-21T10:15:38.0832899+00:00</RecordTime> <SpeedOverGround>3.1</SpeedOverGround> <TrueHeading>7</TrueHeading> <VesselIMO>1</VesselIMO> </Vessel_LocationDetailed> <Vessel_LocationDetailed> <CourseOverGround>6.1</CourseOverGround> <Latitude>4.1</Latitude> <Longitude>5.1</Longitude> <RateOfTurn>2</RateOfTurn> <RecordTime>2024-11-21T10:15:38.0832899+00:00</RecordTime> <SpeedOverGround>3.1</SpeedOverGround> <TrueHeading>7</TrueHeading> <VesselIMO>1</VesselIMO> </Vessel_LocationDetailed> </ArrayOfVessel_LocationDetailed>