Retrieve the action history details based on Task ID
get
/api/1.0/callActionTransactional/getHistoryDetails
This endpoint is used to retrieve the action history details based on Task ID.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
taskId(required): string
Task ID for which action history details are to be fetched.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the callAction History based on given id.
Nested Schema : DmActionResultsHistoryDTO
Type:
Show Source
object
-
accountId:
string
Account ID
-
actionCode:
string
Action Code
-
applyDateToAllInitiatedTask:
string
Apply Date To All Initiated Task
-
applyStatusToAllAccounts:
string
Apply Status To All Accounts
-
caseId:
string
Case ID
-
collectionStatus:
string
Collection Status
-
createdBy:
string
Created By
-
createdDate:
string
Created Date
-
existingCollectionStatus:
string
Existing Collection Status
-
followupDate:
string
Followup Date
-
id:
string
ID
-
lastUpdatedBy:
string
Last Updated By
-
lastUpdatedDate:
string
Last Updated Date
-
notes:
string
Notes
-
resultCode:
string
Result Code
-
taskId:
string
Task ID
-
taskStatus:
string
Task Status
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error