templateUsageListResponse element

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

Response for a page usage response (templates).

Example JSON

{ "withoutPermission" : ..., "total" : ..., "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" : "..." }, ... ], "numItems" : ..., "messages" : [ { "message" : "...", "type" : "CRITICAL", "timestamp" : ..., "image" : "...", "sender" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "id" : ... }, ... ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "..." } }