Retrieves a list of vessels in your fleet that are tracked by Meridian.
| URL | |
|---|---|
| JSON: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetFleetVessels.json |
| XML: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetFleetVessels.xml |
| POST Values | |
|---|---|
| Access ID: | string accessid |
| Password: | string password |
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.
| URL | |
|---|---|
| JSON: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetFleetLatestN.json |
| XML: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetFleetLatestN.xml |
| POST Values | |
|---|---|
| Access ID: | string accessid |
| Password: | string password |
| The number of updates to retrieve: | integer number |
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.
| URL | |
|---|---|
| JSON: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetVesselLatestN/{VESSEL_ID}.json |
| XML: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetVesselLatestN/{VESSEL_ID}.xml |
| 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).
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).
Retrieve a list of AIS data. 90 minutes of latest updates will be returned by.
| URL | |
|---|---|
| JSON: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetAisTimeframe.json |
| XML: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetAisTimeframe.xml |
| 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.
Retrieves a list of vessels in your fleet that are tracked by Meridian (with Charterer).
| POST Values | |
|---|---|
| Access ID: | string accessid |
| Password: | string password |
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.
| URL | |
|---|---|
| JSON: | http://services.meridiansurveys.com.my/mvmrest/api/vessels/GetVesselTimeframeV2/{VESSEL_ID}.json |
| 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).
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