Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI
I have tried to submit the reporting API from postman after that I received 202 as a response but I couldn't see any response data.
Could you please let me know what it means, is there any report that could be generated?
"https://your-tenant.us.qlikcloud.com/api/v1/reports" \
Hi @sai9227 ,
After running the API, you need to use the /v1/reports/{id}/status endpoint to identify if the report completed and get the url of the report. After your postman call, check the response header. There you will see the url of the report in the location field. Just use this url in the browser and your report will appear.
Exemple:
Execute https://your-tenant.location.qlikcloud.com/api/v1/reports.
After finish, look the response headers:
Get Location content url:
https://<yourtenant>.<location>.qlikcloud.com:443/api/v1/reports/780b18a5-e49e-43ab-849c-7dd2a73043b7/status
Run it in the browser, and your report will appear 📄
Hi @sai9227 ,
After running the API, you need to use the /v1/reports/{id}/status endpoint to identify if the report completed and get the url of the report. After your postman call, check the response header. There you will see the url of the report in the location field. Just use this url in the browser and your report will appear.
Exemple:
Execute https://your-tenant.location.qlikcloud.com/api/v1/reports.
After finish, look the response headers:
Get Location content url:
https://<yourtenant>.<location>.qlikcloud.com:443/api/v1/reports/780b18a5-e49e-43ab-849c-7dd2a73043b7/status
Run it in the browser, and your report will appear 📄