group
| Namespace: | http://www.gentics.com/rest |
| XML Schema: | ns0.xsd |
Group information in REST calls
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (int) | 0/1 | Group ID |
| name (string) | 0/1 | Group name |
| description (string) | 0/1 | Description |
| children (group) | 0/unbounded | List of child groups |
JSON
| property | type | description |
|---|---|---|
| id | id (int) | Group ID |
| name | name (string) | Group name |
| description | description (string) | Description |
| children | array of children (group) | List of child groups |