List Facility Docks

Get a list of docks at a specified facility.

SecurityAPIKeyHeader
Request
path Parameters
facility_id
required
string (Facility Id) = 26 characters
query Parameters
page
integer (Page) >= 1
Default: 1
limit
integer (Limit) [ 1 .. 1000 ]
Default: 50
sort
string (Sort)
Responses
200

Successful Response

Response Schema: application/json
required
Array of objects (Data)
total_count
required
integer (Total Count)
400

Validation Error

get/facilities/{facility_id}/docks
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "total_count": 0
}
Copyright © Shipwell 2024. All right reserved.