Resources¶
The resources object in a resource list is represented as a list of objects containing meta and data of resources of the requested model type and model name.
Below and example of a resources object outline.
"resources": [{
"meta": { ... },
"data": { ... }
},
{
"meta": { ... },
"data": { ... }
},
...
]