Fetches disposition list for the given campaign ID and user account.
To use this API with the help of a token, follow these steps:
- Generate the Token: Use the 'Generate Token' API to obtain an authentication token.
- Enter the Token ID: Navigate to the right section of this page, under the 'AUTHORIZATION' tab. Here, input the generated token ID.
- 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} |