List Load Types

Get a list of load types, optionally filtered.

SecurityAPIKeyHeader
Request
path Parameters
facility_id
required
string (Facility Id)
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}/load-types
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "total_count": 0
}
Copyright © Shipwell 2025. All right reserved.