Common Attributes
Type, ID and Pagination in collections
{
"_links": {
"next": "https://link-to-next-collection-page",
"previous": "https://link-to-previous-collection-page",
"self": "https://link-to-this-collection-page"
},
"href": "http://link-to-this-collection-page",
"id": "UUID-for-this-collection-page",
"items": [
...
],
"limit": 100,
"offset": 0,
"type": "collection"
}Type, ID and Metadata for resources
Last updated
Was this helpful?