Expand my Community achievements bar.

SOLVED

CEM: Is there an API-based method to call for changed assets - essentially an out of the box way to request deltas?

Avatar

Level 1

We have a legacy DAM system that we're using for channel deployment and we have a client using CEM.  I searched and did not readily find in the help documentation, but I'm looking to see if there is an existing API call to request changed assets from a CEM repository.  

1 Accepted Solution

Avatar

Correct answer by
Level 10
        You could implement this functionality using dam handlers. Make a record of changed assets.

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10
        You could implement this functionality using dam handlers. Make a record of changed assets.

Avatar

Level 10

[1]  helps for recording. Still have to write an implementation to retrieve.

[1]  http://cq-ops.tumblr.com/post/32802188133/how-to-enable-audit-logging-for-cq-dam

Avatar

Level 1

smacdonald2008 wrote...

You could implement this functionality using dam handlers. Make a record of changed assets.

 

Thank you very much.  Since I'm unfamiliar with using AEM, is this a feature in AEM that I can tell this customer to implement without code customization?  I'm just trying to get an idea of the level of effort to implement this changed asset feed; ideally having the ability to do this via XML.  

Avatar

Level 10

 See this community article to get up and running with DAM handlers:

http://helpx.adobe.com/experience-manager/using/damhandler.html