Date of first publish

Hi,

I have been asked to provide an export of data from our repository. One of the fields required is the date a page was first published. I am writing some jcr code to do this but am not sure how to get that information.

If I have the handle node for a document, am I correct that I need to get the versionable child (in the console it is coloured blue). But then what is the correct way to get the date this document was first published?

Thanks in advance for any advice!

David

you will need to use a groovy script or similar to access versioning nodes, see also:
https://bloomreach-forge.github.io/hst-content-version-utils/

thanks, will give that a try.