question

Upvotes
Accepted
39 6 8 11

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.

eikoneikon-app-studiojet
a3e4577a.png (65.6 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

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"
	}
}

1 Answer

· Write an Answer
Upvotes
Accepted
4.6k 26 7 22

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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.