Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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:
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
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.