get group properties
/groups/{group}/properties [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.7901 | 5.9500 | xml, json |
Description
Get a group or project properties.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher unless the group is accessible to public.
Response
The returned XML is as follows:
<properties> <property name="[name]" value="[value]" source="[local|inherit|project]" inherit="[inherit value]" /> </properties>
Error Handling
Code | Cause / Description |
---|---|
0x1108 | the group defined by the parameter was not found |