migrationTagsResponse element
Type: | migrationTagsResponse |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Response to request to load tags for a list of objects
Example JSON
{
"tagTypes" : {
"..." : {
"keyword" : "...",
"mayContainSubtags" : false,
"constructId" : ...,
"id" : ...,
"name" : "...",
"description" : "...",
"icon" : "...",
"creator" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"cdate" : ...,
"editor" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"edate" : ...,
"editdo" : ...,
"category" : "...",
"categorySortorder" : ...,
"parts" : [ {
"name" : "...",
"keyword" : "...",
"hidden" : false,
"editable" : false,
"liveEditable" : false,
"type" : "STRING",
"id" : ...
}, ... ],
"visibleInMenu" : false
},
"---" : ...
},
"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" : "..."
}
}