Get task history data

get

/api/1.0/collectordashboard/taskhistory/{timeFrame}

based on the time frame specified.

Request

Supported Media Types
Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns count of tasks within different intervals
Body ()
Root Schema : TaskHistoryWrapperDto
Type: object
Show Source
Nested Schema : TaskHistoryDto
Type: object
Show Source
Nested Schema : taskTypeCountDtoList
Type: array
Task Type Count List
Show Source
Nested Schema : TaskTypeCountDto
Type: object
Show Source
Nested Schema : actionResultsCountDtoList
Type: array
Action Result Dto List
Show Source
Nested Schema : taskCodeCountDtoList
Type: array
Task Code Count List
Show Source
Nested Schema : ActionResultsCountDto
Type: object
Show Source
Nested Schema : TaskCodeCountDto
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top