Response for an object property load request.
name | data type | description |
---|---|---|
objectProperty | ObjectProperty | Object Property |
Properties inherited from GenericResponse |
||
messages | array of Message | |
responseInfo | ResponseInfo |
Example
{ "objectProperty" : { "id" : 12345, "globalId" : "...", "name" : "...", "description" : "...", "keyword" : "...", "type" : 12345, "constructId" : 12345, "construct" : { "keyword" : "...", "mayBeSubtag" : true, "mayContainSubtags" : true, "id" : 12345, "globalId" : "...", "name" : "...", "description" : "...", "icon" : "...", "creator" : { }, "cdate" : 12345, "editor" : { }, "edate" : 12345, "editdo" : 12345, "category" : "...", "categorySortorder" : 12345, "parts" : [ { }, { } ], "visibleInMenu" : true }, "required" : true, "inheritable" : true }, "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "INFO", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 }, { "fieldName" : "...", "message" : "...", "type" : "NEUTRAL", "timestamp" : 12345, "image" : "...", "sender" : { "id" : 12345, "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { }, { } ], "login" : "...", "password" : "..." }, "id" : 12345 } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }