Fetch details of Call Summary
get
/api/1.0/callActionTransactional/callSummary
This endpoint is used to fetch details of Call Summary.
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.
-
contentType: string
The content type of request or response body.
-
entityId(required): string
The entity ID of host service.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : CallSummaryCollection
Type:
object
For fetching the list of Call Summaries associated with a UserId.
Show Source
Nested Schema : callSummaryDtoList
Type:
Show Source
array
-
Array of:
object CallSummaryDTO
CallSummaryDTO model
Nested Schema : CallSummaryDTO
Type:
object
CallSummaryDTO model
Show Source
-
accountId:
string
Account Id
-
acctNbr:
string
Account Number
-
action:
string
Action
-
actionId:
string
Action Id
-
callDttm:
string
Call Date and Time
-
result:
string
Result
-
taskId:
string
Task Id
-
taskName:
string
Task Name
-
taskStatus:
string
Task Status
-
userAssigned:
string
User assigned
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error