Find Vessels Arriving Between Date/Time Window
GET {{baseUrl}}/vessels?arriving_after=<>&arriving_before=<>
Returns all vessels with an ETA greater than the arriving_after
and ETA less than the arriving_before
parameter.
Query can also be used without the arriving_before
parameter.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
arriving_after | string | ||
arriving_before | string |