Get Disposition List (Token Auth)

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

To use this API with the help of a token, follow these steps:

  1. Generate the Token: Use the 'Generate Token' API to obtain an authentication token.
  2. Enter the Token ID: Navigate to the right section of this page, under the 'AUTHORIZATION' tab. Here, input the generated token ID.
  3. With the token entered, pass the header and body parameters:

Possible Resposes

Success Reaponse

{

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

Invalid userName

{

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

Missing Token.

{""status"": ""false"",""message"": ""Token Should Not be Null or Empty."",

""data"": null}

Passing Invalid Token.{"status": "false","message": "Invalid Token","data": null}
when the token is expired.{"status": "false","message": "Token Expired","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.

Response

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