Skip to main content

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(

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