Response containing a datasource entry
| name | data type | constraints | description |
|---|---|---|---|
| entry | DatasourceEntryModel | Datasource entry | |
| messages | array of Message | Messages contained in the response (which should be shown to the user) | |
| responseInfo | ResponseInfo | ||
| inBackground | boolean | required boolean | Whether the job was pushed into the background. |
Example
{
"entry" : {
"id" : 12345,
"globalId" : "...",
"dsId" : 12345,
"key" : "...",
"value" : "..."
},
"messages" : [ { }, { } ],
"responseInfo" : {
"responseCode" : "OK",
"responseMessage" : "...",
"property" : "..."
},
"inBackground" : true
}