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 |
|---|---|---|
| tags (tag) | 0/unbounded | Get tags list |
| numItems (int) | 0/1 | Get total number of items present |
JSON
| property | type | description |
|---|---|---|
| tags | array of tags (tag) | Get tags list |
| numItems | numItems (int) | Get total number of items present |