Retrieve specific information about a registered MediaMosa REST call.
/rest/$uri_id [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| uri_id (SERIAL) | The numeric ID of the REST call. | Required | - | |
| app_id[] (APP_ID) | The application ID. | Optional | 0 | - |
| 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 | - |
rest/33
<items>
<item id="1">
<access>5</access>
<behave_as_external></behave_as_external>
<class_name>mediamosa_rest_call_acl_group_get</class_name>
<method>GET</method>
<module_name>mediamosa_acl</module_name>
<response_type>text/xml</response_type>
<status>active</status>
<uri>autorisation_group/$groupname</uri>
<uri_id>33</uri_id>
<version>1.1.0</version>
<vars>
<groupname>
<type>STRING</type>
<is_required>YES</is_required>
<description>The group name to retrieve</description>
</groupname>
<app_id>
<type>APP_ID</type>
<is_required>YES</is_required>
<is_array>YES</is_array>
<default_value>0</default_value>
<description>The application ID.</description>
</app_id>
<is_app_admin>
<type>BOOL</type>
<is_required>NO</is_required>
<description>NOT USED.</description>
<default_value>false</default_value>
</is_app_admin>
</vars>
</item>
</items>