Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Last uses of app using .net sdk or API

Hi All,

I using .NET SDK to show list of apps by user. Is it possible to show last uses time of app by user using .NET SDK or QRS API

2 Replies
Øystein_Kolsrud
Employee
Employee

You can get the last reload time of the date for apps from its layout:

http://help.qlik.com/en-US/sense-developer/3.1/apis/net%20sdk/html/P_Qlik_Engine_NxAppLayout_LastRel...

You can also get information about when an app was last edited, but that property is not explicitly exposed through the SDK, so you'll have to use the generic "AbstractStructure.Get" method to access it from the app layout. I can recommend the "Qlik Explorer for Developers" tool if you want to investigate what properties are available from different Qlik Sense entities. More information about that tool and instructions on how to download and install can be found here:

Qlik Explorer for Developers is here!

As for information about when an app was last opened, I don't think there are any endpoints for doing that, but there might be something in the QRS API that I am not aware of.

s29124141
Partner - Creator II
Partner - Creator II

Using QRS API you can get modifiedDate (last modified date), but not last accessed/used time.