We are building a dynamic dashboard within our MVC .NET web application of available Qlik apps/sheets. We would like to display app properties such as published date and stream. I have searched through the app properties and cannot find them. Could someone tell me how to get published date and stream from the version 3.0 .NET SDK?
There is an error in that documentation though (it's reported and should be fixed shortly). The endpoint paths should be without the extra '/' between "hub" and "list". So the paths should look like this:
/qrs/app/hublist
/qrs/app/hublist/full
It is possible to access some of the information you are looking for through the SDK method IHub.GetAppList but the information you get there is not complete, so I would recommend you to look into using the repository service instead.