Get information about other applications.

22Aug2011

This call will allow you to receive information for master-slaving to other applications. You will only retrieve application on which you are allowed to master-slave to.

Request URL

/acl/app [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
is_oai (BOOL)The OAI is allowed to see all applications. However, the call must be made internally to work.OptionalFALSE-
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-

Example Request

/acl/app

Example Response

<items>
  <item id="1">
    <app_id>3</app_id>
    <name>NIBG</name>
    <play_proxy_url>http://videotheek_5_.hiero.nl/play/{asset_id}/{mediafile_id}/{mediafile_filename}</play_proxy_url>
    <view_asset_url>http://videotheek_5_.hiero.nl/viewasset/{asset_id}</view_asset_url>
    <download_url>http://download_5_url/{asset_id}/{mediafile_id}/{mediafile_filename}</download_url>
  </item>
</items>