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
- application/json
- application/xml
Query Parameters
-
limit: integer
Limit is maximum number of records to be fetched.
-
mode: boolean
Mode is total results count to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
userId(required): string
The user ID of requesting user.
Request Body contain data required to fetch task summary details for specialized case tab.
Root Schema : DmSpecializedCaseTabFilterDTO
Type:
Show Source
object
-
accountNumber:
string
Account Number
-
customerNumber:
string
Customer Number
-
segmentCodes:
array segmentCodes
Segment Code
-
strategyCodes:
array strategyCodes
Strategy Code
-
userAssigned:
array userAssigned
User Assigned
Response
Supported Media Types
- application/json
- application/xml
200 Response
Return specialized cases assigned to user.
Root Schema : SpecializedCaseTabCollection
Type:
object
Collection of the Specialized Case Details.
Show Source
-
data:
array data
Data
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
Nested Schema : SpecializedCaseTabDTO
Type:
Show Source
object
-
accountId:
string
Account ID
-
accountNumber:
string
Account Number
-
caseNumber:
string
Case Number
-
customerName:
string
Customer Name
-
escalated:
integer
Escalated
-
notStarted:
integer
not Started
-
prdProcessrCd:
string
Product Processor Code
-
productType:
string
Product Type
-
segmentCode:
string
Segment Code
-
segmentDesc:
string
Segment Description
-
strategyCode:
string
Strategy Code
-
strategyDesc:
string
Strategy Description
-
userAssigned:
string
User Assigned
-
workInProgress:
integer
Work In Progress
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.