Vessel Movement History Data Mismatch

Hi Team,

We tried fetching the Vessel Movement History Data from EIKON using JET API. We are getting the data, but there are some data mismatch with the Vessel Movement History in the Movements tab available for the vessels and the data which we fetch. We tried fetching the data for the Vessel IMO: 9349679 and Vessel Name: ZARDIS. Please help resolving this.

image

Best Answer

  • The issue seems to be in the incorrect handling of NULL values by the API. I will let the product managers know.

Answers

  • could you please provide the syntax of your request

  • {
    "instruments": ["9349679"],
    "fields": [{
    "name": "TR.AssetLocationDate"
    }, {
    "name": "TR.AssetDestination"
    }, {
    "name": "TR.AssetETA"
    }, {
    "name": "TR.AssetDateTime"
    }, {
    "name": "TR.AssetHeading"
    }, {
    "name": "TR.AssetSpeed"
    }, {
    "name": "TR.AssetLocationStatus"
    }, {
    "name": "TR.AssetLocationDraught"
    }, {
    "name": "TR.AssetFacilityType"
    }
    ],
    "parameters": {
    "SDate": "1",
    "EDate": "-6",
    "VT": "true"
    }
    }