Customize DAM Assets HTTP API response
One of our application user is calling the OOTB Asset HTTP API to get assets but we are noticing that it does not pull all the properties of an asset. Like if we want to see cq:lastReplicationAction for an asset under the jcr:content content node, but it is not included in the response. It includes only self and content nodes with the asset url and with only 3-4 meta data properties like dc:modified, dc:title and dc:description. Whereas asset has lot more metadata and those are not included.
I am wondering if there is a way to customize this API call to add our logic for fetching assets?
Assets HTTP API we are refering to - Assets HTTP API