List the authorization group.

22Aug2011

Retrieve the authorization group listing.

Request URL

/autorisation_group [GET]

Request Authorization

This call needs EGA authentication.

Request Parameters

Parameter (Type)DescriptionRequiredDefault valueMax. length
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

autorisation_group?limit=10

Example Response

<items>
  <item id="1">
    <acl_group_name>@ACADEMIA.group</acl_group_name>
    <acl_group_type>REALM</acl_group_type>
  </item>
  <item id="2">
    <acl_group_name>@test.group</acl_group_name>
    <acl_group_type>REALM</acl_group_type>
  </item>
  <item id="3">
    <acl_group_name>ACADEMIA.group</acl_group_name>
    <acl_group_type>DOMAIN</acl_group_type>
  </item>
  <item id="4">
    <acl_group_name>test.domain</acl_group_name>
    <acl_group_type>DOMAIN</acl_group_type>
  </item>
  <item id="5">
    <acl_group_name>test.group</acl_group_name>
    <acl_group_type>DOMAIN</acl_group_type>
  </item>
</items>

Comments

All /autorisation/* REST

All /autorisation/* REST calls are misspelled. I guess they should be 'authorization'.