List class list tasks
Retrieves the list of tasks associated with specified class lists.
Usage notes:
- Pagination: Use pageSize, pageNextToken, and pagePrevToken to navigate paginated results.
- Filtering: Combine multiple criteria (e.g., workOrderId, status, equipmentName) to narrow results.
- Date ranges: carrierDateRange is assumed to be in the carrier’s timezone.
Documentation Index
Fetch the complete documentation index at: https://docs.cedarai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your ARMS API key
Email of a user assigned to the appropriate user group
Query Parameters
Carrier identifier; required for all endpoints
Optional user group context
Body
Carrier identifier. May also be supplied via query parameter.
Number of items per page. Use with pageNextToken/pagePrevToken for pagination.
x >= 1Token to fetch the next page of results returned from a previous call.
Token to fetch the previous page of results returned from a previous call.
Class list (work order) ID to filter tasks by
Filter by customer name
Filter by equipment initial and number (e.g., 'XYZ 123456')
Filter by specific equipment resource IDs
Filter by specific task resource IDs
Filter by task status
NOT_STARTED, COMPLETED, CANCELED Filter by assigned track name
Filter by final track name
Filter by current track name
Date range assumed to be in the carrier timezone