Response wrapper​
Example​
{
"data": {
/* response data object */
},
"links": {
/* links to resources related to this resource */
},
"metaData": {
/* additional metadata like number of hits etc. */
}
}
Properties​
| Property | Explanation |
|---|---|
| data | This is an object containing the response object. |
| links | Links to additional resources related to this resource. |
| metaData | Additional metadata like number of hits etc. |