templateListResponse element
Type: | templateListResponse |
Namespace: | http://www.gentics.com/rest |
XML Schema: | ns0.xsd |
Response for a template list request
Example JSON
{
"templates" : [ {
"inheritedFrom" : "...",
"masterNode" : "...",
"id" : ...,
"name" : "...",
"description" : "...",
"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" : ...,
"locked" : false,
"markupLanguage" : {
"id" : ...,
"name" : "...",
"extension" : "...",
"contentType" : "..."
},
"inherited" : false,
"folderId" : ...,
"masterId" : ...,
"path" : "...",
"templateTags" : [ {
"..." : ...
}, {
} ],
"objectTags" : [ {
"..." : ...
}, {
} ],
"source" : "..."
}, ... ],
"numItems" : ...,
"messages" : [ {
"message" : "...",
"type" : "CRITICAL",
"timestamp" : ...,
"image" : "...",
"sender" : {
"id" : ...,
"firstName" : "...",
"lastName" : "...",
"description" : "...",
"email" : "...",
"groups" : [ {
"id" : ...,
"name" : "...",
"description" : "...",
"children" : [ {
"..." : ...
}, ... ]
}, ... ],
"login" : "..."
},
"id" : ...
}, ... ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "..."
}
}