tagListResponse element

Type: tagListResponse
Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Response with a list of tags

Example JSON

{ "hasMoreItems" : false, "tags" : [ { "id" : ..., "name" : "...", "constructId" : ..., "active" : false, "properties" : { "..." : { "type" : "STRING", "stringValue" : "...", "booleanValue" : false, "fileId" : ..., "imageId" : ..., "folderId" : ..., "pageId" : ..., "stringValues" : [ "...", ... ], "options" : [ { "id" : ..., "key" : "...", "value" : "..." }, ... ], "selectedOptions" : [ { "id" : ..., "key" : "...", "value" : "..." }, ... ], "datasourceId" : ..., "overview" : { "recursive" : false, "listType" : "PAGE", "selectType" : "FOLDER", "orderDirection" : "ASC", "orderBy" : "ALPHABETICALLY", "selectedItemIds" : [ ..., ... ], "source" : "...", "maxItems" : ... }, "templateId" : ..., "contentTagId" : ..., "templateTagId" : ..., "partId" : ..., "id" : ... }, "---" : ... }, "type" : "CONTENTTAG" }, ... ], "numItems" : ..., "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }