...
Code Block | ||
---|---|---|
| ||
httphttps://<server host>/servicemanager/rest/CampaignAPI/getDispositionList |
...
Parameter | Description | |
fTemplateId | hash | the authentication signature or hash.Comma delimited list of Campaign Template id 's. |
timeStamp | the authentication timestamp. | |
See 16.0 Get Campaign Template List to obtain Template Id's | ||
apiKey | api key provided by Noojee Support |
Sample query:
Code Block | ||
---|---|---|
| ||
httphttps://<server host>/servicemanager/rest/CampaignAPI/getDispositionList?fTemplateId=37& timeStamp=1412212472393& hash=b529f3e9d6d20e40ff232a07c02bcad62fe6da45755abfeb618af09c9f781bf7apiKey=f863246a-973e-11e6-8784-08002718f5b5 |
Sample success response:
Code Block | ||
---|---|---|
| ||
{"type":"Disposition","entities":[{"id":807,"name":"Abandoned in Queue"},{"id":814,"name":"Aborted"},{"id":808,"name":"Alternate Number"},{"id":812,"name":"Answering Machine"},{"id":806,"name":"Browser Closed"},{"id":813,"name":"Busy"},{"id":818,"name":"Call Back"},{"id":803,"name":"Congestion"},{"id":811,"name":"Disconnected Number"},{"id":816,"name":"Disposition Not Set"},{"id":805,"name":"Disposition Pending"},{"id":820,"name":"Dont Call Back"},{"id":800,"name":"Dont call back on this number"},{"id":815,"name":"Dropped Call"},{"id":810,"name":"Fax"},{"id":802,"name":"Multi Dial Abort"},{"id":817,"name":"No Answer"},{"id":801,"name":"No Sale"},{"id":804,"name":"Pool Overdial"},{"id":821,"name":"Redial"},{"id":809,"name":"Sale"},{"id":819,"name":"Voicemail"}],"code":0,"message":"OK"} |