asset/$asset_id/supplement

28Sep2009

Getting supplements data of an asset

With this call you can get supplements data of an asset. The data will be returned in base64 encoded.

Request URL

/asset/{asset_id}/supplement [GET]

Request parameters

Parameter

Type

Description

Method

Obligatory/Optional

asset_id

alphanumeric

asset id

URL

obligatory

Example request URL

/asset/VlN2ZDKv9rpsfmBAWpvfiw1zQ6z/supplement

Example response

<items>
  <item id="1">
    <supplement_id>5o97J5ap9n7kDyuzwIQb3QGcIav</supplement_id>
    <asset_id>EaFZOO1YPXZKHs1r60nTSGh25Om</asset_id>
    <oai_prefix></oai_prefix>
    <oai_namespaceuri></oai_namespaceuri>
    <oai_schemalocation></oai_schemalocation>
    <created>2008-04-18 11:34:03</created>
    <changed>2008-04-18 11:34:03</changed>
    <supplement_base64></supplement_base64>
  </item>
  <item id="2">
    <supplement_id>ZoaHgyOz8NezzGykP0g0JblJq47</supplement_id>
    <asset_id>EaFZOO1YPXZKHs1r60nTSGh25Om</asset_id>
    <oai_prefix></oai_prefix>
    <oai_namespaceuri></oai_namespaceuri>
    <oai_schemalocation></oai_schemalocation>
    <created>2008-04-18 11:33:19</created>
    <changed>2008-04-18 11:33:19</changed>
    <supplement_base64></supplement_base64>
  </item>
</items>

Response fields

Field

Description

supplement_id

unique id of the supplement

asset_id

unique id of the asset

oai_prefix

OAI-PMH specific information

oai_namespaceuri

OAI-PMH specific information

oai_schemalocation

OAI-PMH specific information

created

datum when it was created

changed

datum when the supplement was changed

supplement_base64

base64 encoded supplement data