DatasourceEntryResponse Data Type

Response containing a datasource entry

Properties
name data type description
entry DatasourceEntryModel Datasource entry
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "entry" : {
    "id" : 12345,
    "globalId" : "...",
    "dsId" : 12345,
    "key" : "...",
    "value" : "..."
  },
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}