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"
}
]
}