Skip to main content
Announcements
Qlik Community Office Hours - Bring your Ideation questions- May 15th, 11 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Gettting the stream an app is published to .net SDK

Hi Guys

I am working with the .net SDK building a set of administration utils.

I am currently trying to find the stream of an application to do this I use

appIdentifier.Meta.Get<string>("stream");

I have tried this iterating through all apps in a collection and on specific apps that I know are published.

The above code always returns an empty string.

Is there another way to find the stream of an app via the sdk?

10 Replies
Øystein_Kolsrud
Employee
Employee

Yes, I believe that null for stream means that it's in "Work".

You could probably use this endpoint to get the information you want from the QRS instead:

App: Get hub list ‒ Qlik Sense