GET Task/Stats
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
daysToDateEnd | Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
TasksStatsViewName | Description | Type | Additional 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 } }