- Joined
- Sep 19, 2024
- Messages
- 1
- Reaction score
- 0
We have just switched out our phone system and I'm trying to get better reporting using the API. However, I seemed to be getting error messages when making some API calls with functions. Here are some examples.
This will work and returns the correct data
This doesn't work and returns a 404 Not Found message:
What am I missing?
This will work and returns the correct data
Code:
"https://xxx.com/xapi/v1/Users/Pbx.GetByNumber(number='200')"
This doesn't work and returns a 404 Not Found message:
Code:
"https://xxx.com/xapi/v1/ReportQueueAnsweredCallsByWaitTime/Pbx.GetQueueAnsweredCallsByWaitTimeData(queueDnStr='27',startDt='2024-09-15T00:00:00Z',endDt='2024-09-18T23:59:59Z',answerInterval='60')"
What am I missing?