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.
/acl/app [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| is_oai (BOOL) | The OAI is allowed to see all applications. However, the call must be made internally to work. | Optional | FALSE | - |
| 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 | - |
/acl/app
<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>