Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
sirshtatol
Contributor II
Contributor II

API to get qliksense metadata ( createdTime and updatedTime) for sheets and fields

Hi 
I have been trying to get thee metadata for Qliksense sheets and and its corresponding fields for them. Like created date and updated date. I tried with json-rpc api, but wasn't able to get these information.

Is there any api to get createdTime and updatedTime for sheets and fields ?

Thanks
Sirsha

Labels (1)
3 Replies
Øystein_Kolsrud
Employee
Employee

You can get this information from the repository service. So calling this REST endpoint is probably what you want to do:

/qrs/app/object/full?filter=objectType eq 'sheet'

Or if you only want to list the sheets for a particular app:

/qrs/app/object/full?filter=(objectType eq 'sheet') and (app.id eq <appId>)

You'll find the reference documentation here:

https://help.qlik.com/en-US/sense-developer/February2021/APIs/RepositoryServiceAPI/index.html?page=4...

 

sirshtatol
Contributor II
Contributor II
Author

Thanks for the reply. Actually I am using Qlik sense Cloud trial version. Is there any way to access the QRS API from the cloud trial version?

Thanks
Sirsha

Øystein_Kolsrud
Employee
Employee

Ah, OK. There I think you need to go through the engine API. You should find the information you are looking for in the property 'qMeta' of the layout of the sheet.