Get Total Count of Tasks in History for Tenant
Returns the total count of finished export tasks for the specified tenant.
This API is available to Administrator and Tenant's Administrator and returns the total count of export tasks for the specified tenant with the following statuses:
CANCELED
COMPLETED
FAILED
Request
GET {ExportServiceURL}/{Tenant}/tasks/history/_total
Response
JSON object with total number of tasks in history.
{"total": 17}