To get information about a previously created track using track ID use the following API operation:
Request:
POST /ship/track/1457934701338633
Payload:
{
"code":1,
"id":1457934701338633,
"destination":{
"port":{
"id":31560,
"locode":"GBFXT",
"name":"Felixstowe Port"
}
},
"eta":"2018-11-18T13:45:00Z",
"position":{
"coordinates":[
9.52328,
37.5829,
"2018-11-14T02:40:50Z",
96,
17.5
],
"extensions":[
"time",
"cog",
"sog"
],
"type":"Point"
},
"source":{
"ship":{
"callsign":"OWJD2",
"destination":"NLROT>EGSUC",
"draught":16.7,
"imo":9619919,
"length":399,
"mmsi":219018501,
"name":"MAJESTIC MAERSK",
"shiptype":"Cargo",
"width":60
}
},
"waypoints":[]
}