Hi,I am writing a custom workflow step to publish a page and all the
asset/tag/content-policy references on the page, so I can publish them
as well. Currently, the servlet
http://localhost:4502/libs/wcm/core/content/reference.json gets all the
references, but I am unable to access the services used within that
servlet in my code. I am able to get all the asset references using the
AssetReferenceSearch API. Is there a similar service for tags & content
policies on a page?Please help! Thanks!