I get an error while trying to get the call history via API method in Voximplant

Viewed 3

I am trying to get the call history and sending custom data:

$recordingUrls = $voximplantHelper->getCallHistory($messageArr['customData']);,

and i get the following response:

{"result":[],"total_count":0,"count":0,"timezone":"Etc\/GMT","history_report_id":null,"error":null,"errors":null,"warnings":["Required 'from_date' parameter isn't set.","Required 'to_date' parameter isn't set."]}.

What's the problem?

0 Answers
Related