Retrieves the account details for dialer batches.

get

/dmaccount-service/accounts/fetchDialerData

This endpoint retrieves the account details for dialer batches.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Returns the account details for given Account ID.
Body ()
Root Schema : DmDialerAccountDTO
Type: object
DTO to fetch data for Dialer Batches
Show Source
Nested Schema : contactList
Type: array
Contact List
Show Source
Nested Schema : DialerPartyContactDto
Type: object
DTO to fetch Contact details
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error.
Back to Top