REST Object
A response object wraps a value of a resource. This object is returned by resource requests that generate a single value.
In addition to the wrapped value, this object contains a list of HATEOAS links.
Fields
Name | Type | Notes |
---|---|---|
object |
|
The resource value. |
links |
HATEOAS links of the object. |