Get Voyages

get

/voyages

Request

Query Parameters
  • Comma-delimited string of child resource names that you want to expand so that the contents return with the parent in the same GET request.
  • Comma-delimited string of field names that you wanted returned in a GET request.
  • Positive integer value that specifies the maximum number of items returned by the server.
  • Non-negative integer values that specifies the index of the first item to be returned. The offset index begins at 0. By default, the offset is 0, which returns all items starting from the first item in the collection.
  • Comma-separated string of field names, each optionally followed by asc or desc, that specifies the order of items returned in the response payload.
  • Filter (a 'where'clause) to restrict the items returned in the collection. By default, no filtering is applied.
  • Boolean value that specifies whether to calculate the totalResults property. By default, this value is set to false indicating that totalResults is not calculated.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

Default Response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : voyages
Type: object
Show Source
  • The voyage's Departure Region name and Arrival Region name are for information only. The Departure and Arrival information is intended to hold the trade lane level description of the voyage e.g., Asia to North America, Middle East to Europe.
  • Partition key used to parse the data based on the data source.
  • depDate
    The departure date for the voyage.
  • The name of the departure region for the voyage.
  • Database domain where this data is stored.
  • insertDate
    Read Only: true
    insert date
  • Check box used to identify voyages that are composite voyages i.e., the voyage has a transload point.
    Composite Voyages - A composite voyage is a voyage that takes place using two or more vessels. The main vessel is the 'mother' vessel and can be identified as such when creating a voyage. This enables you to identify which feeder was from the source port and what is the mother vessel discharging at the destination port on the shipment.
    A shipment's last departure stop must be before voyage's first transload stop.
    A shipment's first arrival stop must be after voyage's last transload stop.
    If a transload shipment has a composite voyage, then it will find all transload stops on its voyage and insert them as transload stops on the shipment. The times from the voyage are copied to shipment stops.
    If there are multiple transload stops in a voyage, then all the transload stops should be together in the middle of voyage stops.
  • links
  • locations
  • The GID for the service provider for the voyage.
  • The GID for the service provider profile. The service provider profile is on the voyage to support scenarios where multiple ocean carriers have a vessel sharing agreement.
  • timeStamp
    Time the record was added.
  • updateDate
    Read Only: true
    update date
  • The GID for the vessel assigned to the voyage. The vessel record contains important information about the vessel like: Owner, Operator, Registry Port, Flag Country, Official Number.
  • The GID for the voyage.
  • The name of the voyage.
  • The GID for the voyage service type. The Voyage Service Type links the voyage with a rate service and rate. The Voyage Service Type ID identifies the voyage service type which must be assigned to at least one rate service. Each voyage schedule must have a voyage service type that is associated with at least one rate service for it to be considered for a shipment.
  • The unique external identifier for the voyage.
Nested Schema : depDate
The departure date for the voyage.
Match All
Show Source
Nested Schema : insertDate
Read Only: true
insert date
Match All
Show Source
Nested Schema : locations
Type: object
Show Source
Nested Schema : timeStamp
Time the record was added.
Match All
Show Source
Nested Schema : updateDate
Read Only: true
update date
Match All
Show Source
Nested Schema : dateTimeType
Type: object
Show Source
Nested Schema : dateType
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : voyages.locations
Type: object
Show Source
Nested Schema : actualDOrADate
The actual date at port sometimes sent by carrier.
Match All
Show Source
Nested Schema : dOrADate
The date for the pickup (D) or delivery (A) for the voyage.
Match All
Show Source
Nested Schema : estimatedDOrADate
The estimated date at port sometimes sent by a carrier.
Match All
Show Source
Back to Top