FilteredListResponseDto Data Type

Filtering or search response.

Implemented Interfaces
Serializable
Properties
name data type description
searchResults string Search results as a json formatted string.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "searchResults" : "...",
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}