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" : ...,
"globalId" : "...",
"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" : {
"..." : {
"mandatory" : false,
"editableInPage" : false,
"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" : {
"listType" : "PAGE",
"selectType" : "FOLDER",
"orderDirection" : "ASC",
"orderBy" : "ALPHABETICALLY",
"selectedItemIds" : [ ..., ... ],
"source" : "...",
"maxItems" : ...
},
"templateId" : ...,
"contentTagId" : ...,
"templateTagId" : ...,
"nodeId" : ...,
"partId" : ...,
"id" : ...
},
"---" : ...
},
"type" : "CONTENTTAG"
},
"---" : ...
},
"objectTags" : {
"..." : {
"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" : {
"listType" : "PAGE",
"selectType" : "FOLDER",
"orderDirection" : "ASC",
"orderBy" : "ALPHABETICALLY",
"selectedItemIds" : [ ..., ... ],
"source" : "...",
"maxItems" : ...
},
"templateId" : ...,
"contentTagId" : ...,
"templateTagId" : ...,
"nodeId" : ...,
"partId" : ...,
"id" : ...
},
"---" : ...
},
"type" : "CONTENTTAG"
},
"---" : ...
},
"source" : "...",
"channelSetId" : ...,
"channelId" : ...,
"master" : false
}, ... ],
"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" : "..."
}
}