Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Manpreet
Contributor
Contributor

How to get sheets data as json object of qlik Application

Hi,

Can you please let us know to we can get the sheets data as json object of an application created in qlik. We have tried details provided in below link.

https://qlik.dev/apis/javascript/capabilities#%23%2Fdefinitions%2FQApp%2Fentries%2FgetObject

 

But not able to find the way to get all sheets with complete data in json format.

Labels (1)
2 Solutions

Accepted Solutions
Chip_Matejowsky
Support
Support

Hi @Manpreet,

You can use the Qlik REST connector to load json data.

https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-c...
https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-R...

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

Bill_Britt
Former Employee
Former Employee

Hi,

Using the QRS API the below will work

/qrs/app/object/{sheet_id}

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.

View solution in original post

4 Replies
Chip_Matejowsky
Support
Support

Hi @Manpreet,

You can use the Qlik REST connector to load json data.

https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-c...
https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-R...

Best Regards

Principal Technical Support Engineer with Qlik Support
Help users find answers! Don't forget to mark a solution that worked for you!
KunalChugh
Partner - Contributor II
Partner - Contributor II

Hi,

Is there any other way like using "Capability APIs" and other  Rest API,s as our client doesn't want to use connectors.

Bill_Britt
Former Employee
Former Employee

Hi,

Using the QRS API the below will work

/qrs/app/object/{sheet_id}

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
fruityhost
Partner - Contributor III
Partner - Contributor III

Hi! There's also an external solution to this - Gitoqlok browser extension for Qlik Sense for version control. Since it seamlessly integrates with Git providers (GitHub, GitLab, BitBucket, etc.), you can selectively commit Qlik objects to the repository so that sheets json file is stored right there. It's a convenient way because besides getting sheets data as json object  you're also capturing the history of changes for a current sheet. Check out https://docs.gitoqlok.com/