Skip to main content

 Services

Web services from /about to /webhooks

get group properties

/groups/{group}/properties [GET]

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

CodeCause / Description
0x1108the group defined by the parameter was not found
Created on , last edited on