list subgroups
/groups/{group}/subgroups [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.4903 | 5.9500 | json, xml |
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.