Download Report
forceReCreateis a query parameter that is used to force the report to be re-created. If the report is already created, it will be re-created. If the report is not created, it will be created.idis the report id that you want to download.- More details for this API can be found here (opens in a new tab).
const params = {
forceReCreate : false
};
axios.get('https://oxskyt.com.com/reports/{id}/download',{
headers:{
'X-API-KEY':'xxxxx'
},
params
})