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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Congrid
Contributor III
Contributor III

List all private sheets in a published app using Qlik Automation

I'm looking to extract a list of all private sheets(objects) in an app owned by all users using Qlik Automation.

The List sheets block under Qlik Cloud Services only gives me a list of public sheets and private ones that I own.

I know its possible via CLI but checking if its possible via Qlik Automation.

Labels (2)
1 Solution

Accepted Solutions
Dave_Channon
Employee
Employee

The Qlik Cloud Services connector can only call using the current user's auth. To retrieve all sheets you must use the admin.apps scope and a machine-to-machine OAuth client, and we don't have a connector designed to make engine calls at this time which can accept that auth.

For now, CLI is the preferred route, however coming soon is REST API access to this information.

Is there anything you can share about your use case for this data to help us determine whether what we're working on will be sufficient?

View solution in original post

3 Replies
Dave_Channon
Employee
Employee

The Qlik Cloud Services connector can only call using the current user's auth. To retrieve all sheets you must use the admin.apps scope and a machine-to-machine OAuth client, and we don't have a connector designed to make engine calls at this time which can accept that auth.

For now, CLI is the preferred route, however coming soon is REST API access to this information.

Is there anything you can share about your use case for this data to help us determine whether what we're working on will be sufficient?

Congrid
Contributor III
Contributor III
Author

Hi Dave, 

Thanks for this information, looking forward to the new API.

My use case is from an administration perspective.

I am looking for a possible solution where I can identify all the private user sheets, filter on the one I need and change its owner.

Dave_Channon
Employee
Employee

Thanks! That aligns well with our roadmap item.