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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Noctis
Contributor III
Contributor III

Enterprise: Which API endpoint contains the specific script?

I am looking to export specific app scripts from Qlik Enterprise but am unsure which endpoint provides this data. Could anyone assist me in identifying the correct endpoint?

Labels (3)
1 Solution

Accepted Solutions
Øystein_Kolsrud
Employee
Employee

No, the script is internal to the app and is only accessible through the Engine API.

View solution in original post

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

See if the below link helps.

https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/APIs/Content/Sense_ClientAPIs/Ca...

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

The script can be extracted from the engine API using this endpoint:

https://help.qlik.com/en-US/sense-developer/November2024/Subsystems/EngineJSONAPI/Content/service-do...

Exactly how to do that depends on in what context you would like to do this. @kaushiknsolanki posted an endpoint you can access from Java Script.

Noctis
Contributor III
Contributor III
Author

Im Sorry I would like to do it with the Qlik Sense REST API connection. is this still possible?

Øystein_Kolsrud
Employee
Employee

No, the script is internal to the app and is only accessible through the Engine API.