Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Note: This is a work in progress.

Returns a list of Canadian ports using the Marine Cloud Web API.

API

Returns a list of Canadian ports using the Marine Cloud Web API.

GET - /api​/v1​/canadian-ports

Parameters

There are no parameters.

Returns

200 - OK

Sample response body

[
  {
    "typeId": "string",
    "valueId": "string",
    "valueTextEnglish": "string",
    "valueTextFrench": "string",
    "isActive": true,
    "customValue1": "string",
    "customValue2": "string",
    "parentList": "string"
  }
]

  • No labels