IVR Number List

IVR Number List
This is used to get IVR number list from panel.

https://cloud.digidonar.in/api_v2/getdeskphone_v2

FORM PARAMETERS

did_id
optional
Integer
Configured DID unique id. ( for example 22259 )
did_num
optional
Integer
Configured DID Number ( For example 12068xxx )
account_id
optional
Integer
IVR Account unique admin account id
deskphone
optional
Integer
Virtual Number assigned in account ( for example-0120xxxx)
create_date
optional
Integer
Query date to fetch IVR List

Updated 24 Apr 2023 Did this page help you?

IVR number list

javascript--v1JS |
   {
   "getdeskphone" : [
   {
   "did_id" : "41889" ,
   "did_num" : "120685xxxx2" ,
   "account_id" : "1443985" ,
   "deskphone" : "83779xxx2" ,
   "create_date" : "2021-04-21 18:25:55"
   }
   ],
   "type": "success"

RESPONSES
200 |

   200 ok : The request has succeeded