MVM Rest API - Usage

1. GetFleetVessels

Retrieves a list of vessels in your fleet that are tracked by Meridian.

POST Values
Access ID: string accessid
Password: string password

2. GetFleetLatestN

Retrieves a list of the most recent updates for every vessel in your fleet tracked by Meridian. The number of updates must be specified as an integer from 1 to 100.

POST Values
Access ID: string accessid
Password: string password
The number of updates to retrieve: integer number

3. GetVesselLatestN

Retrieve a list of the most recent updates for one vessel in your fleet, tracked by Meridian. The number of updates must be specified, and be an integer from 1 to 500.

POST Values
Access ID: string accessid
Password: string password
The number of updates to retrieve: integer number

{VESSEL_ID} Value: The ID of the vessel to retrieve udpates for(integer vesselid).

4. GetVesselTimeframe

Retrieve a list of GPS updates that were sent by a single vessel during a given time frame. At most 500 updates will be returned, regardless of the time frame asked for.

POST Values
Access ID: string accessid
Password: string password
Start Date (YYYY-MM-dd HH:mm:ss): string start
Finish Date (YYYY-MM-dd HH:mm:ss): string finish

Timezone = UTC

{VESSEL_ID} Value: The ID of the vessel to retrieve udpates for(integer vesselid).

5. GetAisTimeframe

Retrieve a list of AIS data. 90 minutes of latest updates will be returned by.

POST Values
Access ID: string accessid
Password: string password
Origin Code: integer origin

Timezone = UTC

Origin Code: Is in INTEGER Eg : 11, MSSB Admin will provide the integer of the specific origin to the client upon request.

6. GetFleetVesselsV2

Retrieves a list of vessels in your fleet that are tracked by Meridian (with Charterer).

POST Values
Access ID: string accessid
Password: string password

7. GetVesselTimeframeV2

Retrieve a list of GPS updates that were sent by a single vessel during a given time frame. At most 500 updates will be returned, regardless of the time frame asked for.

POST Values
Access ID: string accessid
Password: string password
Start Date (YYYY-MM-dd HH:mm:ss): string start
Finish Date (YYYY-MM-dd HH:mm:ss): string finish

Timezone = UTC

{VESSEL_ID} Value: The ID of the vessel to retrieve udpates for(integer vesselid).

8. GetFleetTimeframe

Retrieve a list of all vessels updates chartered under particular user during a given time frame. At most 500 updates will be returned, regardless of the time frame asked for.

POST Values
Access ID: string accessid
Password: string password
Start Date (YYYY-MM-dd HH:mm:ss): string start
Finish Date (YYYY-MM-dd HH:mm:ss): string finish

Timezone = UTC