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
- 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 containing data required to fetching task summary details for Task Tab.
Root Schema : DmTaskTabFilterDTO
Type:
Show Source
object
-
accountNumber:
string
Account Number
-
customerId:
string
Customer ID
-
escalationDateMax:
string
Escalation range maximum
-
escalationDateMin:
string
Escalation range minimum
-
expirationDateMax:
string
Expiration range maximum
-
expirationDateMin:
string
Expiration range Minimum
-
flagType:
string
Flag Type
-
followUpDate:
string
Follow up date
-
isEscalatedFlag:
string
Is Escalated
-
segmentCodes:
array segmentCodes
Segment Codes
-
taskType:
array taskType
Task type
-
userAssigned:
array userAssigned
User Assigned
Response
Supported Media Types
- application/json
- application/xml
200 Response
Return tasks assigned to user.
Root Schema : TaskTabCollection
Type:
object
Collection of the Task Details.
Show Source
-
data:
array data
Data
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : data
Type:
array
Data
Show Source
-
Array of:
object TaskTabDTO
Task tab Data transfer object
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
Nested Schema : TaskTabDTO
Type:
object
Task tab Data transfer object
Show Source
-
accountId:
string
Account ID
-
accountNumber:
string
Account Number
-
acctCurrCd:
string
Account Currency Code
-
adhocFlag:
string
Adhoc Flag
-
caseId:
string
Case ID
-
caseNumber:
string
Case Number
-
customerName:
string
Customer Name
-
daysPastDue:
string
Days Past Due
-
escalationDate:
string
Escalation Date
-
expirationDate:
string
Expiration Date
-
flagged:
string
Is Flagged
-
flagType:
string
Flag Type
-
followUpDate:
string
Followup Date
-
grpTaskStatusCd:
string
Group Task Status code
-
overdueAmt:
string
Overdue Amount
-
partyId:
string
Party ID
-
prdProcessrCd:
string
Product Processor Code
-
productType:
string
Product Type
-
segmentCd:
string
Segment Code
-
segmentDesc:
string
Segment Description
-
sequence:
integer
Task Sequence
-
strategyCd:
string
Strategy Code
-
taskId:
string
Task ID
-
taskNameCd:
string
Task Name Code
-
taskNameDesc:
string
Task Name Desc
-
taskStatusCd:
string
Task Status Code
-
taskStatusDesc:
string
Task Status Description
-
taskType:
string
Task Type Code
-
userAssigned:
string
User Assigned
-
userAssignedId:
string
User Assigned ID
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.