Get Initial or Filtered Task Summary for Task

post

/api/1.0/taskSummary/task

This endpoint is used to view Task Summary for Task by user ID from headers.

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Request Body containing data required to fetching task summary details for Task Tab.
Root Schema : DmTaskTabFilterDTO
Type: object
Show Source
Nested Schema : segmentCodes
Type: array
Segment Codes
Show Source
Nested Schema : taskType
Type: array
Task type
Show Source
Nested Schema : userAssigned
Type: array
User Assigned
Show Source
Back to Top

Response

Supported Media Types

200 Response

Return tasks assigned to user.
Body ()
Root Schema : TaskTabCollection
Type: object
Collection of the Task Details.
Show Source
Nested Schema : data
Type: array
Data
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : TaskTabDTO
Type: object
Task tab Data transfer 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