part
| Namespace: | http://www.gentics.com/rest |
| XML Schema: | ns0.xsd |
Rest Model for parts
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| name (string) | 0/1 | Part name |
| keyword (string) | 0/1 | Part keyword |
| hidden (boolean) | 1/1 | True if the part is hidden |
| editable (boolean) | 1/1 | True if the part is editable |
| liveEditable (boolean) | 1/1 | True if the part is live (inline) editable |
| type (PropertyType) | 0/1 | Part type |
| id (int) | 0/1 |
JSON
| property | type | description |
|---|---|---|
| name | name (string) | Part name |
| keyword | keyword (string) | Part keyword |
| hidden | hidden (boolean) | True if the part is hidden |
| editable | editable (boolean) | True if the part is editable |
| liveEditable | liveEditable (boolean) | True if the part is live (inline) editable |
| type | type (PropertyType) | Part type |
| id | id (int) |