Hello Community,
I have been dabbling with the NPrinting API, and am attempting to associate all elements of NPrinting into a data model. However, one issue I encountered is trying to associate NPrinting reports with their respective NPrinting apps. I see the association within NPrinting (second screenshot below), but after scouring the API, especially the Reports/ endpoint, I do not see a way to associate reports with apps.
Is there something I am overlooking or a different endpoint I have missed which would solve this?
If you do an API based on Tasks/Apps, all tasks (and reports contained therein) in a specific NP app will be generated.
The code attached in the following link does this and is applicable to Qlik Sense or QlikView. (you must be logged into the Qlik Support site to download.)
https://qliksupport.force.com/articles/000057354
Beyond this, perhaps others in the community may be able to provide insight to assist you with your specific requirement.
Hi
Please check the API repository here for additional information on the syntax to use.
https://help.qlik.com/en-US/nprinting/February2019/APIs/NP+API/index.html?page=38
Found in:
Thanks for the reply Frank_S,
That is the documentation I have been referencing, where I was unable to locate a direct relationship between NP reports and NP connections/apps. Maybe there is some other method via nprinting logs or an api endpoint I am overlooking that someone is aware of that could be used to tie together reports:connections?
Thanks
If you do an API based on Tasks/Apps, all tasks (and reports contained therein) in a specific NP app will be generated.
The code attached in the following link does this and is applicable to Qlik Sense or QlikView. (you must be logged into the Qlik Support site to download.)
https://qliksupport.force.com/articles/000057354
Beyond this, perhaps others in the community may be able to provide insight to assist you with your specific requirement.