Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
sai9227
Contributor
Contributor

Report Post Request Rest API Call

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" \
Labels (1)
  • API

1 Solution

Accepted Solutions
jptneumann
Partner Ambassador
Partner Ambassador

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:

report01.jpg

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 📄

 

View solution in original post

1 Reply
jptneumann
Partner Ambassador
Partner Ambassador

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:

report01.jpg

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 📄