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
hasMoreItems (boolean) 0/1 True if more items are available (paging)
constructs (construct) 0/unbounded Get the constructs
numItems (int) 0/1 Get total number of items present

JSON

property type description
hasMoreItems hasMoreItems (boolean) True if more items are available (paging)
constructs array of constructs (construct) Get the constructs
numItems numItems (int) Get total number of items present