TasksStatistics
Fetches task counts data grouped by the task type.
Columns
| Name | Type | Description |
| TotalCallTasks [KEY] | Integer | Number of tasks with type: call. |
| TotalEmailTasks [KEY] | Integer | Number of tasks with type: email. |
| TotalGeneralTasks [KEY] | Integer | Number of tasks with type: general. |
| TotalIntegrationTasks [KEY] | Integer | Number of tasks with type: integration. |
| TotalOtherTasks [KEY] | Integer | Number of tasks with type: other. |
| TotalTasks [KEY] | Integer | Number of tasks with type: total. |
| Id [KEY] | Integer | IDs of tasks to fetch. |
| UserId [KEY] | Integer | Filters tasks by the user to which they are assigned. |
| PersonId [KEY] | Integer | Filters tasks by the person to which they are associated. |
| AccountId [KEY] | Integer | Filters tasks by the account to which they are associated. |
| CurrentState [KEY] | String | Filters tasks by the account to which they are associated. |
| TimeIntervalFilter [KEY] | 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 [KEY] | 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 [KEY] | String | Filters tasks by idempotency key. |
| Locale [KEY] | String | Filters tasks by locale of the person to which they are associated. |
| Source [KEY] | String | Filters tasks by source. |