- Joined
- Feb 24, 2022
- Messages
- 10
- Reaction score
- 1
After updating to V20, we lost the daily schedule of the report by time, where we had the schedule for 9 am, 10 am and so on and then the CSV was imported into BI.
As we no longer have this option, we tried to use the new configurations API to obtain the JSON of the calls, however, it only returns 404 without feedback as to which parameter is invalid.
Has anyone managed to use this API for call reporting?
Request example:
curl -v --location 'https://3CX_FQDN/xapi/v1/ReportCallLogData/Pbx.GetCallLogData(periodFrom=2024-10-18T00:00:00Z,periodTo=2024-10-20T23:59:59Z)?%24top=%3C100%3E&%24skip=%3C0%3E' --header 'Accept: application/json' --header 'Authorization: Bearer api_token'
As we no longer have this option, we tried to use the new configurations API to obtain the JSON of the calls, however, it only returns 404 without feedback as to which parameter is invalid.
Has anyone managed to use this API for call reporting?
Request example:
curl -v --location 'https://3CX_FQDN/xapi/v1/ReportCallLogData/Pbx.GetCallLogData(periodFrom=2024-10-18T00:00:00Z,periodTo=2024-10-20T23:59:59Z)?%24top=%3C100%3E&%24skip=%3C0%3E' --header 'Accept: application/json' --header 'Authorization: Bearer api_token'