Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Congratulations to the new Qlik Luminary and Partner Ambassador class! Meet them here
cancel
Showing results for 
Search instead for 
Did you mean: 
cristian_dalsanto
Partner - Contributor III
Partner - Contributor III

Activating On-Demand Reports via API

Hi everyone,

I'm trying to identify and test all the API endpoints required to clone an app that has a Tabular Excel report associated with it.

So far, I've managed to successfully clone the app and re-associate the report template, as the template association is lost during the app cloning process.

The last step I'm missing is enabling the On-Demand functionality, which can be done from the UI through the following step:

cristian_dalsanto_0-1788254064690.png

 

Does anyone know if it's possible to perform this operation via API? If so, which endpoint should be used?

Thanks in advance!

Cristian

Labels (3)
2 Replies
Chanty4u
MVP
MVP

cristian_dalsanto
Partner - Contributor III
Partner - Contributor III
Author

Hi @Chanty4u , thanks for the links!

I've already checked both pages, but unless I'm missing something, I can't find an API endpoint for the specific operation I'm looking for.

The Report Templates API seems to cover the CRUD operations on the template itself, while what I need to automate is the activation/configuration of the template for On-demand reporting.

From the UI, this is the step where you select On-demand, configure the available file formats, title and description, and save it. After that, the template shows On in the On-demand column.

Do you know if this specific configuration is exposed through a public API (possibly a different endpoint from the Report Templates API)?

Thanks!