Collector Dashboard Service REST Endpoints
Task Workflow Services/Collector Dashboard Service
This service is used to perform Collector Dashboard Transaction Service operations..
- Get all segments associated with the logged in user
- Method: getPath:
/api/1.0/collectordashboard/currenttasks/segments
- Get task Count based on the age of tasks
- Method: getPath:
/api/1.0/collectordashboard/currenttasks/ageing/{segmentCode}
- Get task Count of all tasks associated with logged in user
- Method: getPath:
/api/1.0/collectordashboard/currenttasks/count/{segmentCode}
- Get task history data
- Method: getPath:
/api/1.0/collectordashboard/taskhistory/{timeFrame}