constructListResponse
Extends: | genericResponse |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Response containing a list of constructs
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
constructs (construct) | 0/unbounded | Get the constructs |
numItems (int) | 0/1 | Get total number of items present |
JSON
property | type | description |
---|---|---|
constructs | array of constructs (construct) | Get the constructs |
numItems | numItems (int) | Get total number of items present |