Fetch Dialer Record
get
/api/1.0/dataexchng/fetchDialerRecords
Fetches Dialer Record
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The ID of the Application.
-
branchCode(required): string
The branch code associated with the request.
-
contentType: string
The content type of request or response body.
-
tenantId: string
The ID of the Tenant.
-
userId(required): string
The ID of the User.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully fetched Dialer records.
Root Schema : DmDialerAcctCollection
Type:
object
For fetching the Account IDs which have Open/WIP tasks.
Show Source
Nested Schema : DmDialerAcctDto
Type:
object
TaskDetailsDto model
Show Source
-
acctId:
string
Account Id
-
assignee:
string
assignee
-
followupDttm:
string
Followup Date
-
segment:
string
Segment Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error