Response containing a list of constructs
name | data type | description |
---|---|---|
constructs | array of Construct | Get the constructs |
hasMoreItems | boolean | True if more items are available (paging) |
numItems | number | Get total number of items present |
Properties inherited from GenericResponse |
||
messages | array of Message | |
responseInfo | ResponseInfo |
Example
{ "constructs" : [ { "keyword" : "...", "mayBeSubtag" : true, "mayContainSubtags" : true, "id" : 12345, "globalId" : "...", "name" : "...", "description" : "...", "icon" : "...", "creator" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "cdate" : 12345, "editor" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "edate" : 12345, "editdo" : 12345, "category" : "...", "categorySortorder" : 12345, "parts" : [ { "name" : "...", "keyword" : "...", "hidden" : true, "editable" : true, "liveEditable" : true, "type" : "BOOLEAN", "id" : 12345, "globalId" : "...", "defaultProperty" : { } }, { "name" : "...", "keyword" : "...", "hidden" : true, "editable" : true, "liveEditable" : true, "type" : "STRING", "id" : 12345, "globalId" : "...", "defaultProperty" : { } } ], "visibleInMenu" : true }, { "keyword" : "...", "mayBeSubtag" : true, "mayContainSubtags" : true, "id" : 12345, "globalId" : "...", "name" : "...", "description" : "...", "icon" : "...", "creator" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "cdate" : 12345, "editor" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "edate" : 12345, "editdo" : 12345, "category" : "...", "categorySortorder" : 12345, "parts" : [ { "name" : "...", "keyword" : "...", "hidden" : true, "editable" : true, "liveEditable" : true, "type" : "NAVIGATION", "id" : 12345, "globalId" : "...", "defaultProperty" : { } }, { "name" : "...", "keyword" : "...", "hidden" : true, "editable" : true, "liveEditable" : true, "type" : "RICHTEXT", "id" : 12345, "globalId" : "...", "defaultProperty" : { } } ], "visibleInMenu" : true } ], "hasMoreItems" : true, "numItems" : 12345, "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "SUCCESS", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 }, { "fieldName" : "...", "message" : "...", "type" : "CRITICAL", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 } ], "responseInfo" : { "responseCode" : "NOTFOUND", "responseMessage" : "...", "property" : "..." } }