GET api/v1/SeaSchedules/carriers?search={search}&sort={sort}
Get ocean insights's carriers. The UCT endpoints protect this data with seatracking* permissions, whereas we need this to be available to anyone with seaschedules permission.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| search | No documentation available. |
Define this parameter in the request URI. |
| sort | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"OperatorValue": "sample string 2",
"SCACCode": "sample string 3",
"SearchTypes": {
"c": true,
"bk": true,
"bl": true
}
},
{
"Name": "sample string 1",
"OperatorValue": "sample string 2",
"SCACCode": "sample string 3",
"SearchTypes": {
"c": true,
"bk": true,
"bl": true
}
},
{
"Name": "sample string 1",
"OperatorValue": "sample string 2",
"SCACCode": "sample string 3",
"SearchTypes": {
"c": true,
"bk": true,
"bl": true
}
}
]
application/xml, text/xml
Sample:
<ArrayOfOICarrierMasterOutputDTO>
<OICarrierMasterOutputDTO>
<Name>sample string 1</Name>
<OperatorValue>sample string 2</OperatorValue>
<SCACCode>sample string 3</SCACCode>
<SearchTypes>
<c>true</c>
<bk>true</bk>
<bl>true</bl>
</SearchTypes>
</OICarrierMasterOutputDTO>
<OICarrierMasterOutputDTO>
<Name>sample string 1</Name>
<OperatorValue>sample string 2</OperatorValue>
<SCACCode>sample string 3</SCACCode>
<SearchTypes>
<c>true</c>
<bk>true</bk>
<bl>true</bl>
</SearchTypes>
</OICarrierMasterOutputDTO>
<OICarrierMasterOutputDTO>
<Name>sample string 1</Name>
<OperatorValue>sample string 2</OperatorValue>
<SCACCode>sample string 3</SCACCode>
<SearchTypes>
<c>true</c>
<bk>true</bk>
<bl>true</bl>
</SearchTypes>
</OICarrierMasterOutputDTO>
</ArrayOfOICarrierMasterOutputDTO>