Phone call schedule – List/Delete


List scheduled calls:

This method will show you all the phone call scheduled

URL:

https://voip-communications.net/api-v2/index.php/pcall/call

Method:

GET

Authentication:

Basic

You will get a JSON with the phone calls scheduled.

To get a particular phone call, just add “callid” returned by the POST method when you make/schedule a phone call to the end of the URL:

https://voip-communications.net/api-v2/index.php/pcall/call/5457655GSDR34534FR

Delete a scheduled call:

To delete a schedule call just call the next API:

URL:

https://voip-communications.net/api-v2/index.php/pcall/call/XYZ

XYZ = “callid” of the call to be deleted. IF NOT XYZ PROVIDED, ALL SCHEDULED CALLS WILL BE DELETED.

Method:

Delete

Authentication:

Basic