question

Upvotes
Accepted
39 6 8 11

Vessel History is not appearing via Jet API for Vessel (imo : 8602531)

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" } }
eikoneikon-app-studiojetvessel
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.

1 Answer

· Write an Answer
Upvotes
Accepted
4.6k 26 7 22

The result that you receive through JET is correct. You are requesting the vessel's movements in the last month while the last known location is recorded on the 23rd of May 2016, change the EDate parameter to 1000

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.

Hi Zhenya Kovalyov,

Thanks for the reply.

We just need some small information regarding fetching of ports history data from Eikon .

Ques:

- Suppose user needs to get ports data for last 7 days.What value we need to use

for these parameters ("SDate", "EDate")

SDate:0 and EDate:-7

How to get vessel's movements when there is no last known location for past 7 days from current date.

Ex:

  • Current Date : 20-Oct-2017
  • Last known location recorded date : 10-Oct-2017

As per the given parameter (SDate:0 and EDate:-7) , it fetches for vessel's movements records from 13-Oct to 20-Oct 2017.

But there is no data for vessel from 11-Oct-2017 since Last known location recorded date is '10-Oct-2017'.

How do we handle this?

Show more comments

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.