GetRecentCall.wr

04-24-2017

This method returns a JSON object detailing the last call taken by a specified operator. If the opnumber provided has no calls a JSON "null" is returned.

Parameters

  • Number : opnumber - Operator id of the operator you wish to view the last call result of.

Useage

Example Request

GET /getRecentCall.wr?sidtoken=000000000000000000000000000&opnumber=6797 HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

Example Response

{"idofcall":"BLENDER16 0016767259","callresult":"CONNECTEDOP",
"idofcall2":"BLENDER16 0016767260","date":"02/02/2012", etc... }