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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Robert78
Contributor III
Contributor III

API task execution

Hi There,

I used a script in order to run a nprinting task on 2019 version.

...

type: "POST",
url: 'http://mynprintserver:4993/api/v1/tasks/'+taskIDs[i]+'/executions',
xhrFields: {
withCredentials: true

...

We plan to upgrade the nprinting to version February 2021.

The old scripts for API execution will work also on the 2021 version ? where I can find a documentation on how to trigger a nprinting task execution from a webpage ?

thanks.

Labels (2)
1 Solution

Accepted Solutions
Frank_S
Support
Support

Hi @Robert78 

Please be aware of this article before upgrading as you may need to perform the updates mentioned therein.

https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-June-2020-connecting-to-NPrinting-getting-qu...

Also check the API library here for new and updated API's

https://help.qlik.com/en-US/nprinting/APIs/NP+API/index.html

Kind regards...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
Frank_S
Support
Support

Hi @Robert78 

Please be aware of this article before upgrading as you may need to perform the updates mentioned therein.

https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-June-2020-connecting-to-NPrinting-getting-qu...

Also check the API library here for new and updated API's

https://help.qlik.com/en-US/nprinting/APIs/NP+API/index.html

Kind regards...

Please remember hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!