Get Disposition List (Basic authentication)

Fetches disposition list for the given campaign ID and user account.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

APIs Domain Name

For domestic ccaas - enter the domain: in1-ccaas-api.ozonetel.com

For international ccaas - enter the domain: api.ccaas.ozonetel.com

For Partners - enter the respective URL

Possible Resposes

Success Reaponse

{

"status": "Success","details": "Disposition 1, Disposition 2, General Enquiry, "
}

Invalid userName

{

"status": "false","message": "Invalid User Details",
"data": null
}

Missing CampaignID

{

"status": "Fail","message": "Invalid campaign ID"
}

Wrong campaignID

{

"status": "Fail","message": "No disposition found for campaign ID: 1938"
}

Missing apiKey

{

"status": "false","message": "Api Key Should Not be Null or Empty.",
"data": null
}

Wrong apiKey

{

"status": "false","message": "Invalid User Details",
"data": null
}

Body Params
string
enum
required

Set to 'get' to fetch disposition list.

Allowed:
string
required

Your CloudAgent username.

string
required

Campaign ID for which disposition list is required.

Headers
string
required
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json