Aprimo Integration : Retrieving a Digital Asset
May 14, 2011 /
Posted in Integration Corner
Aprimo has a sophisticated data model to handle Digital Asset. You can retrieve from the API directly. Before you do that, you should understand the following data structure:
Activity
Each activity can have one or more digital asset. You can add an existing digital asset or promote from existing attachment.
AssetVersion
Each digital asset can have multiple versions. You probably are interested in the currently used version only.
AssetRendition
Each version can have multiple renditions. Based on your requirements, you can filter rendition by its name.
FileStream
Each rendition is associated with one file stream. That is where the base64 encoded data is saved.
If you need assistance in Aprimo integration, please feel free to contact us.