Get Initial or Filtered Task Summary for Account

post

/api/1.0/taskSummary/account

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

Request

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

Response

Supported Media Types

200 Response

Return accounts assigned to user.
Body ()
Root Schema : AccountTabCollection
Type: object
Collection of thr Account Details.
Show Source
Nested Schema : data
Type: array
Data
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : AccountTabDTO
Type: object
Show Source
Nested Schema : segmentCode
Type: array
Segment Code
Show Source
Nested Schema : segmentDesc
Type: array
Segment Description
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