getAllTasks
Retrieve all enterprise tasks using filters like TaskIds, DepartmentIds, or date ranges (max 3 months). Mandatory pagination ensures organized data retrieval.
Instructions
Returns all tasks of the enterprise, filtered by identifiers or other filters. REQUIRED: At least one filter must be provided (TaskIds, DepartmentIds, ServiceOrderIds, CreatedUtc, ClosedUtc, or DeadlineUtc). LIMITATIONS: Date range filters (CreatedUtc, ClosedUtc, DeadlineUtc) have a maximum interval of 3 months and 1 day. Array filters (TaskIds, DepartmentIds, ServiceOrderIds) are limited to 1000 items each. The Limitation parameter with Count is mandatory for pagination.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ClosedUtc | No | Date range filter for task closure (max 3 months) | |
CreatedUtc | No | Date range filter for task creation (max 3 months) | |
DeadlineUtc | No | Date range filter for task deadlines (max 3 months) | |
DepartmentIds | No | Filter by department IDs | |
Limitation | Yes | Pagination settings with cursor support | |
ServiceOrderIds | No | Filter by service order IDs (reservations or product service orders) | |
TaskIds | No | Filter by specific task IDs |