List Facilities

Get a list of facilities, optionally filtered.

SecurityAPIKeyHeader
Request
query Parameters
page
integer (Page) >= 1
Default: 1
limit
integer (Limit) [ 1 .. 1000 ]
Default: 50
sort
string (Sort)
include
Array of strings (FacilityIncludeQueryOptionEnum)

Include child entities that are not returned by default

Items Enum: "DOCKS" "DOCK_COUNT" "CONTACT_COUNT" "LOAD_TYPE_COUNT"
Responses
200

Successful Response

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

Validation Error

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