Get Total Count of Tasks in History
Get the total count of tasks for all tenants.
CANCELED
, COMPLETED
, FAILED
.
Request:
GET {ApplicationURL}/{Tenant}/tasks/history/_total
Header | Required | Description |
---|---|---|
filter |
No | Enables tasks filtering by a condition. Format for filter query parameter:
The Condition types are:
AND and OR conditions. |
Response:
JSON object with the total number of tasks in history.
{
"total": 27
}