Get task Count of all tasks associated with logged in user
get
/api/1.0/collectordashboard/currenttasks/count/{segmentCode}
This endpoint is used to Get task count of all the tasks associated with logged in user.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
segmentCode(required): string
Contains segment code
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns all segments which are associated to the tasks assigned to the collector
Nested Schema : TaskCountDetailsDto
Type:
Show Source
object
-
taskDetailsMap:
object taskDetailsMap
Additional Properties Allowed: additionalProperties
-
TaskOverallCountDto:
object TaskOverallCountDto
Nested Schema : TaskOverallCountDto
Type:
Show Source
object
-
individualCount:
object individualCount
Additional Properties Allowed: additionalPropertiesIndividual Count
-
totalCount:
integer
Total Count
Nested Schema : individualCount
Type:
object
Additional Properties Allowed
Show Source
Individual Count
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error