Detailed documentation for downloads API
I'm trying to locate details about the download API parameters. Could you share link/examples
I'm trying to locate details about the download API parameters. Could you share link/examples
<%= block.description %>
<% } %><%= block.description %>
<% } %>
Comments
1 comment
Hi Ashish,
To compile the data dump with a POST to /api/admin/data_dumps (a body is not required unless specifying a specific report as needed), wait until it's done (you can check progress with a GET to /api/admin/data_dumps).
Download it with a GET to /api/admin/data_dumps/download
Note: If using postman you can download it using Postman by clicking the three dots and "save response to file" on the response as pictured below.
Please sign in to leave a comment.