TasksStatistics
Fetches task counts data grouped by the task type.
Columns
| Name | Type | Description |
| TotalCallTasks | Integer | Number of tasks with type: call. |
| TotalEmailTasks | Integer | Number of tasks with type: email. |
| TotalGeneralTasks | Integer | Number of tasks with type: general. |
| TotalIntegrationTasks | Integer | Number of tasks with type: integration. |
| TotalOtherTasks | Integer | Number of tasks with type: other. |
| TotalTasks | Integer | Number of tasks with type: total. |
| Id | Integer | IDs of tasks to fetch. |
| UserId | Integer | Filters tasks by the user to which they are assigned. |
| PersonId | Integer | Filters tasks by the person to which they are associated. |
| AccountId | Integer | Filters tasks by the account to which they are associated. |
| CurrentState | String | Filters tasks by the account to which they are associated. |
| TimeIntervalFilter | String | Filters tasks by time interval. Valid time_intervals include: ['overdue', 'today', 'tomorrow', 'this_week', 'next_week'].
The allowed values are overdue, today, tomorrow, this_week, next_week. |
| CompletedTimeInterval | String | Filters tasks by time interval. Valid time_intervals include: ['today', 'yesterday', 'this_week', 'previous_week', 'this_month'].
The allowed values are today, yesterday, this_week, previous_week, this_month. |
| IdempotencyKey | String | Filters tasks by idempotency key. |
| Locale | String | Filters tasks by locale of the person to which they are associated. |
| Source | String | Filters tasks by source. |