- Joined
- Jun 24, 2021
- Messages
- 62
- Reaction score
- 6
Hi all,
I have 3CX Version 20.0 Update 6 (Build 724 Release). I need to download automatic recordings via caller number and time of call. I'm using API for fetch calls.
First one for new calls - /ReportCallLogData/Pbx.GetCallLogData - working fine.
Second one for old calls before update - /ReportCallLogData/Pbx.GetOldCallLogData - is very slow for me - 1min - 4min.
I calling API like this
/xapi/v1/ReportCallLogData/Pbx.GetOldCallLogData(periodFrom=2025-07-25T13:27:15.000Z,periodTo=2025-07-25T14:01:47.000Z,sourceType=0,sourceFilter='',destinationType=0,destinationFilter='',callsType=0,callTimeFilterType=0,callTimeFilterFrom='0:00:0',callTimeFilterTo='0:00:0',hidePcalls=true)?$top=100&$skip=0&$search=%6662495368666%22&$orderby=SegmentId%20desc
Is some possible way how to speed this up?
I have 3CX Version 20.0 Update 6 (Build 724 Release). I need to download automatic recordings via caller number and time of call. I'm using API for fetch calls.
First one for new calls - /ReportCallLogData/Pbx.GetCallLogData - working fine.
Second one for old calls before update - /ReportCallLogData/Pbx.GetOldCallLogData - is very slow for me - 1min - 4min.
I calling API like this
/xapi/v1/ReportCallLogData/Pbx.GetOldCallLogData(periodFrom=2025-07-25T13:27:15.000Z,periodTo=2025-07-25T14:01:47.000Z,sourceType=0,sourceFilter='',destinationType=0,destinationFilter='',callsType=0,callTimeFilterType=0,callTimeFilterFrom='0:00:0',callTimeFilterTo='0:00:0',hidePcalls=true)?$top=100&$skip=0&$search=%6662495368666%22&$orderby=SegmentId%20desc
Is some possible way how to speed this up?