Skip to main content

 Services

Web services from /about to /webhooks

list subgroups

/groups/{group}/subgroups [GET]

Description

Returns the list of subgroups in the specified Group.

Parameters

No parameters required.

Permission

This service requires reviewer or higher.

Response

The XML returns each subgroup in the main group as <subgroup> element wrapped in a <subgroups> element.

<subgroups>
  <subgroup id="[id]"
            role="[approver|
                   manager|
                   contributor|
                   reviewer|
                   guest|
                   inherit]"
            notification="[immediate|
                           daily|
                           none|
                           inherit]"
            listed="[true|false|inherit]">
    <group id="[group id]" name="[group name] ..."/>
  </subgroup>
  ...
</subgroups>

Error Handling

No specific errors expected for this service.

Created on , last edited on