Response Data Type

Abstract Type
Subtypes
ResponseImpl
Properties
name data type description
metadata map of array of object
entity object
status number

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "metadata" : {
    "property1" : [ { }, { } ],
    "property2" : [ { }, { } ]
  },
  "entity" : { },
  "status" : 12345
}