Coming Soon
We don’t have any firm dates in mind, but the Reports API will switch over to Report entities, instead of SavedContext, after some good re-writing on our back-end. Once that happens, we’ll be able to provide some new methods here for manipulating saved reports over the API, as well as allowing you to GET a report directly from the API, with its entries in the response data.
The methods we expect to implement still:
- /reports/new POST
- /reports/:id/edit GET
- /reports/:id PUT
- /reports/:id DELETE
