Fetch Action Results based on TaskId

post

/api/1.0/collectordashboard/actionResultsCountByTaskId

This endpoint is used to Fetch Action Results based on the provided task Id's.

Request

Supported Media Types
Header Parameters
Body ()
Request Body contains data required to Fetch Action Results.
Root Schema : tasksIdCollForActionResultCount
Type: object
Collection of Task Id's list and Start Date, End Date for data filtration .
Show Source
Nested Schema : taskIdList
Type: array
List of Task Id's.
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Headers
Body ()
Root Schema : actionResultsCountColl
Type: object
Collection of Action Results Count.
Show Source
Nested Schema : actionResultsCountDtoList
Type: array
List of Action Results count DTO's.
Show Source
Nested Schema : ActionResultsCountDto
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top