tagListResponse

Extends: genericResponse
Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Response with a list of tags

XML

Elements

name (type) min/max
occurs
description
hasMoreItems (boolean) 0/1 True if more items are available (paging)
tags (tag) 0/unbounded Get tags list
numItems (int) 0/1 Get total number of items present

JSON

property type description
hasMoreItems hasMoreItems (boolean) True if more items are available (paging)
tags array of tags (tag) Get tags list
numItems numItems (int) Get total number of items present