Hi Qlik Team,
We have 2 environments(UAT and Prod) for our Nprinting and we wanted to automate NP deployment.
We are trying to export report zip from UAT and export the same in Production.
Version: May 2022
We are using Windows PowerShell to make API calls.
Please help us with Qlik NP API commands or any alternate approaches .
Hi,
There is no API method to export and import report, so you cannot automate this task. Methods are documented in https://help.qlik.com/en-US/nprinting/May2022/APIs/NP+API/index.html?page=46#Reports
Best Regards,
Ruggero
Hi,
There is no API method to export and import report, so you cannot automate this task. Methods are documented in https://help.qlik.com/en-US/nprinting/May2022/APIs/NP+API/index.html?page=46#Reports
Best Regards,
Ruggero
Hello @TusharDev_Qlik ,
I've found the following not documented APIs.
Export report
Save the result as .zip
The import is very complicated, there are three steps.
Step 1
The call return an ID.
Step 2
The call return a "result"
Step 3
Notes:
I hope you'll make it works.
Regards
@andregas Thank you for the steps.
Will try and let you know if any issues.
Hi,
Not documented API means it is not supported officially and can be changed or removed in the future and your investments in developing solutions will not work anymore. So you do it at your own risk.
Best Regards,
Ruggero