Pull the notification information by reference ID entered by a user.
Resource URL:
GET http://slingshot.surgentnetworks.com/api/notification/cust/134816595720120
Header Parameters:
Parameter | Value | Required? |
X-Security-Token | [your security token] | Yes |
Accept | application/json or application/xml | Yes |
Expected Result:
Header:
HTTP/1.1 200 OK
Body:
Example / JSON
[ { "callId":"1448240515672testNot1122", "appId":null, "callAlertId":"testNot1122", "callDate":"2015-11-22T20:02:28-05:00", "callPriority":1, "callbackNumber":"16665557777", "outboundCallNumber":"18579917607", "requestedCompletionTime":"2022-10-02T11:00:00-04:00", "requestedStartTime":"2012-10-02T11:00:00-04:00", "campaignId":null, "timezone":null, "results":[ { "resultId":3440, "notificationId":"1448240515672testNot1122", "timeOfCall":"2015-11-22T20:02:28-05:00", "callDuration":"4840", "SlingShotResultCode":"200", "moduleResultCode":null, "moduleResultMessage":null, "clientResultMessage":null } ] } ]