Get Initial or Filtered Task Summary for Specialized Cases

post

/api/1.0/taskSummary/specializedcase

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

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Request Body contain data required to fetch task summary details for specialized case tab.
Root Schema : DmSpecializedCaseTabFilterDTO
Type: object
Show Source
Nested Schema : segmentCodes
Type: array
Segment Code
Show Source
Nested Schema : strategyCodes
Type: array
Strategy Code
Show Source
Nested Schema : userAssigned
Type: array
User Assigned
Show Source
Back to Top

Response

Supported Media Types

200 Response

Return specialized cases assigned to user.
Body ()
Root Schema : SpecializedCaseTabCollection
Type: object
Collection of the Specialized Case Details.
Show Source
Nested Schema : data
Type: array
Data
Show Source
Nested Schema : PagingDto
Type: object
Paging data transfer object.
Show Source
Nested Schema : SpecializedCaseTabDTO
Type: 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