Skip to main content
GET
/
spaces
/
tasks
/
statistics
/
totals
{
  "results": [
    {
      "spaceIdentifier": "<string>",
      "spaceName": "<string>",
      "new": 123,
      "processing": 123,
      "finished": 123,
      "failed": 123,
      "skipped": 123
    }
  ]
}

Query Parameters

dateFrom
string<date>

Date from

dateTo
string<date>

Date to

Response

Success

results
object[]