Work Order API
List Work Orders
Returns list of Work Orders
POST
List Work Orders
Headers
Carrier ID
Body
application/json
Request message for listing work orders with optional filtering and pagination. Used to search and retrieve work orders based on various criteria such as status, equipment, locations, and dates.
Request message for listing work orders with optional filtering and pagination. Used to search and retrieve work orders based on various criteria such as status, equipment, locations, and dates.
Available options:
WORK_ORDER_DIRECTION_FILTER_UNSPECIFIED, WORK_ORDER_DIRECTION_FILTER_INBOUND, WORK_ORDER_DIRECTION_FILTER_OUTBOUND Whether to include task details in the response.
Available options:
PENDING, ACTIVE, CLOSED, CANCELLED Optional list of work order ids to fetch. When provided these are the only work orders returned.
List Work Orders