Hi Team,
We tried to fetch vessel history via JET API for IMO Num: 8602531.
We are getting no response. But when we tried this via Eikon , we are able to see vessel movements.
DataGrid Sample Requests :
{ "instruments": ["8602531"], "fields": [{ "name": "TR.AssetLocationDate" }, { "name": "TR.AssetLocationLatitude" }, { "name": "TR.AssetLocationLongitude" }, { "name": "TR.AssetDestination" }, { "name": "TR.AssetLocationStatus" }, { "name": "TR.AssetFacilityType" }], "parameters": { "SDate": "1", "EDate": "-29", "VT": "true" } }