latestOpenAPI 3.1.0Proprietary2026-08-15180410900.3 KB

ce0e9003047c

Reference Data

List special requirements

Read-only catalog of special requirements (equipment accessories, driver services, freight handling, location constraints). The ids are what order and load specialRequirements arrays reference. Filter by type to get one category.

The catalog is global and organization-independent: every authenticated organization sees the same rows.

get/reference-data/special-requirements

Query parameters

type'EQUIPMENT' | 'DRIVER' | 'FREIGHT' | 'SHIPPER_LOCATION'

What the requirement applies to.

  • EQUIPMENT: Equipment accessories (e.g., tarps, straps)
  • DRIVER: Driver services (e.g., team service, TWIC)
  • FREIGHT: Freight handling characteristics
  • SHIPPER_LOCATION: Location constraints

Only return requirements of this type

Response

Successful response

Example response

{
  "data": [
    {
      "name": "Tarps"
    }
  ]
}