Get Disposition List (Basic authentication)

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

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 }

Language
URL
Click Try It! to start a request and see the response here!