Question

For Call log Data Archiving

  • 18 December 2018
  • 1 reply
  • 306 views

For Call log Data Archiving in our website to store the voice call text in our database, we need any account id or extension id for API Call.


$apiResponse = $platform->get('/account/~/extension/~/call-log', array(


1 reply

Userlevel 1
You can call the extension list endpoint "/restapi/v1.0/account/~/extension" to get all extension id, then use the extension id to read $platform->get('/account/~/extension/[extensionId]/call-log', array(

BTW, what did you mean by saying "..to store the call call text ..." ?

+ Phong

Reply