Single Resource Response¶
A single resource response outline is as follows:
{
"meta": {
...
},
"data": {
...
},
"schema": {
...
}
}
The schema object is only returned for a single resource request when the schema request parameter is added to the request. Please see Response Elements