tagCreateResponse element

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

Resonse for a tag create request

Example JSON

{ "tag" : { "id" : ..., "name" : "...", "constructId" : ..., "active" : false, "properties" : [ { "..." : ... }, { } ], "type" : "CONTENTTAG" }, "messages" : [ { "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }