Get the assets linked to the batch.

22Aug2011

Get a list of all assets touched by the given batch id. This means newly created asset_id's and modified asset_id's.

Request URL

/ftp_batch/$batch_id/assets [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
batch_id (INT)The ID of the batch.Required-
limit (INT)Limit of the items of the result set.Optional10-
mediamosa_version (MEDIAMOSA_VERSION)Provide the version to get the REST call returned in the format of the specified MediaMosa version. Keep empty or skip to retrieve in current (latest) version. Provide '2' to retrieve the REST call in 2.x format. Or be more specific by providing up to 3 digits; '2.3.0'. This setting will override any setting used by client application or the default setting in MediaMosa.Optional-
offset (UINT)The starting items position in the result set.Optional0-

Example Request

/ftp_batch/23/assets

Example Response

<items>
  <item id="1">
    <asset_id>10KkoxGpjIbQIgp5LklENOcg</asset_id>
  </item>
  <item id="2">
    <asset_id>1dH0tJyJDbdvEZpeoXt9JwuW</asset_id>
  </item>
  <item id="3">
    <asset_id>1GFEV2FX4RTshl9PgJjvTqTD</asset_id>
  </item>
  <item id="4">
    <asset_id>1grFyZeSGL0D1oCYAgeoFNNP</asset_id>
  </item>
  <item id="5">
    <asset_id>1gUC7D0233sWihfHTNUU6YKu</asset_id>
  </item>
  <item id="6">
    <asset_id>1O8jShEt16vaZkaCJwdX9UgL</asset_id>
  </item>
  <item id="7">
    <asset_id>2BcRpKCfNfrSKlvfgsayCmAc</asset_id>
  </item>
  <item id="8">
    <asset_id>2ImQhkKfH9KmsxeaWuKoKFMt</asset_id>
  </item>
  <item id="9">
    <asset_id>303odyfYtC0pHmQ0iAzcVvDz</asset_id>
  </item>
  <item id="10">
    <asset_id>3HHdyr0L0bwBRWLRhDsbaLLH</asset_id>
  </item>
</items>