Get all segments associated with the logged in user

get

/api/1.0/collectordashboard/currenttasks/segments

This endpoint is used to Get all segments associated with logged in user.

Request

Supported Media Types
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns all segments which are associated to the tasks assigned to the collector
Body ()
Root Schema : AssociatedSegmentsWrapperDto
Type: object
Show Source
Nested Schema : AssociatedSegmentsCollection
Type: object
Show Source
Nested Schema : associatedSegmentsList
Type: array
Show Source
Nested Schema : AssociatedSegmentsDto
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