Recent content by Pawssum

  1. Help getting the API token on v20 Build 1620

    Gotcha. I expect they'll make it more "REST-like" when they release the v20 REST API publically.
  2. Help getting the API token on v20 Build 1620

    Ah yeah it's a tricky one, not sure why they've designed it like this, but the endpoint is actually...
  3. Help getting the API token on v20 Build 1620

    No, with the new ReportCallLogData endpoint. I'm not getting a 404 when I run it. Doing a GET using the endpoint in the Swagger where {{baseUrl}} is "/xapi/v1" and it's working fine.
  4. Help getting the API token on v20 Build 1620

    I was just using the v18 CallLog endpoint to extract call data and load it into my analytics database, so can't speak about the other functionality. From the Swagger though, it appears I have a much better option now under the v20 ReportCallLogData endpoint.
  5. Help getting the API token on v20 Build 1620

    Dealing with this surprise currently since I upgraded from v18 to v20 and didn't realise the API had changed. If you log into 3CX on Chrome and open developer tools, the Network tab shows you the API calls made on login. Make sure to tick "Preserve log" at the top otherwise the logs will...