Response for an object property load request.
name | data type | description |
---|---|---|
objectProperty | ObjectProperty | Object Property |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
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, "newEditor" : true, "externalEditorUrl" : "...", "parts" : [ { }, { } ], "visibleInMenu" : true }, "required" : true, "inheritable" : true }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }