GET Task/Stats

Request Information

URI Parameters

NameDescriptionTypeAdditional information
daysToDateEnd

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

TasksStatsView
NameDescriptionTypeAdditional information
recent

integer

None.

total

integer

None.

active

integer

None.

counts

Dictionary of string [key] and integer [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "recent": 1,
  "total": 2,
  "active": 3,
  "counts": {
    "sample string 1": 2,
    "sample string 3": 4
  }
}