Pull the result history for one specific notification by system ID
Resource URL:
GET http://slingshot.surgentnetworks.com/api/results/notification/uniqueid/[id]
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 201 Created
Body:
Example / JSON
03 | "callId" : "1448240515672testNot1122" , |
05 | "callAlertId" : "testNot1122" , |
06 | "callDate" : "2015-11-22T20:02:28-05:00" , |
08 | "callbackNumber" : "16665557777" , |
09 | "outboundCallNumber" : "18579917607" , |
10 | "requestedCompletionTime" : "2022-10-02T11:00:00-04:00" , |
11 | "requestedStartTime" : "2012-10-02T11:00:00-04:00" , |
17 | "notificationId" : "1448240515672testNot1122" , |
18 | "timeOfCall" : "2015-11-22T20:02:28-05:00" , |
19 | "callDuration" : "4840" , |
20 | "SlingShotResultCode" : "200" , |
21 | "moduleResultCode" : null , |
22 | "moduleResultMessage" : null , |
23 | "clientResultMessage" : null |