Trade Journeys Endpoint
Receive Trade journey data for the fleet of ships associated with your API account.
Endpoint
/fleet/trade/journeys
Request Example
https://api.vesselsvalue.com/fleet/trade/journeys?token=<your_token>&format=<format>
Parameters
Parameter | Values | Required? | Notes |
---|---|---|---|
?token= | <your token> | Yes | Your API authorization token. |
&format= | json | No | Sets output format. |
&output= | ftp | No | Forces format to csv and saves output to your VesselsValue FTP account. |
&from= | <Y-m-dTH:i:sZ> | No | Optional, restricts the journeys returned to those ending after this ISO 8601 datetime. |
&to= | <Y-m-dTH:i:sZ> | No | Optional, restricts the journeys returned to those starting before this ISO 8601 datetime |