I'm trying to download some reports from Clio API through the API but I'm not even getting the path right for it, my request for the calendar, for example, works but not for reports.
Thanks
I'm trying to download some reports from Clio API through the API but I'm not even getting the path right for it, my request for the calendar, for example, works but not for reports.
Thanks
Without more detail regarding what you are trying to accomplish and what you've tried so far I'd suggest you just refer to the API documentation. According to the documentation the format to return the data for a single report should be https://app.clio.com/api/v4/reports/{id}.json where {id} is the id of the report to be retrieved.
If you are trying to download a completed report, the format is https://app.clio.com/api/v4/reports/{id}/download.json.