Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • outputName
    This is the property name of the json output.

  • qualityId
    This is the rendition id of an asset also known as the mediaFormatId. If you want to request the source of the asset, the type source or -1. If you down add this attribute, then the quality that the content editor selected will be used.

  • download
    If you want the url to be a donload url, then set this to true.

Examples

Here is a list of different usecases and how the configurations should look like.

  1. I want to get the title of the asset
    <property outputName="title" propertyName="Name" />

  2. I want to get the Photograph metafield from my Digizuite which has the guid baeefe6b-74df-44be-8a2b-ccfb2c57af8e
    <property outputName="photograph" propertyName="baeefe6b-74df-44be-8a2b-ccfb2c57af8e" />

  3. I want to get all the folders that the asset is part of. But i want the delimiter to be #.
    <property outputName="folders" propertyName="bf0ad1a6-984a-494e-a227-9d70c6a864f9" delimiter="#" />