Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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:
Does anyone know if it's possible to perform this operation via API? If so, which endpoint should be used?
Thanks in advance!
Cristian
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!