Response containing the custom tools to display in the UI
name | data type | description |
---|---|---|
tools | array of CustomTool | List of custom tools |
Properties inherited from GenericResponse |
||
messages | array of Message | |
responseInfo | ResponseInfo |
Example
{ "tools" : [ { "id" : 12345, "key" : "...", "name" : { "property1" : "...", "property2" : "..." }, "toolUrl" : "...", "iconUrl" : "...", "newtab" : true }, { "id" : 12345, "key" : "...", "name" : { "property1" : "...", "property2" : "..." }, "toolUrl" : "...", "iconUrl" : "...", "newtab" : true } ], "messages" : [ { "fieldName" : "...", "message" : "...", "type" : "CRITICAL", "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" : "MAINTENANCEMODE", "responseMessage" : "...", "property" : "..." } }