Get task Count based on the age of tasks

get

/api/1.0/collectordashboard/currenttasks/ageing/{segmentCode}

This endpoint is used to Get task count based on the age of tasks.

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 : TaskAgeingDetailsWrapperDto
Type: object
Show Source
Nested Schema : TaskAgeingDetailsDto
Type: object
Show Source
Nested Schema : TaskAgeingDto
Type: object
Show Source
Nested Schema : taskDetailsMap
Type: object
Additional Properties Allowed
Show Source
Nested Schema : fourToSevenDays
Type: object
Additional Properties Allowed
Show Source
Nested Schema : greaterThanSevenDays
Type: object
Additional Properties Allowed
Show Source
Nested Schema : oneToThreeDays
Type: object
Additional Properties Allowed
Show Source
Nested Schema : openSinceToday
Type: object
Additional Properties Allowed
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