{ "meta": { "page_size": "integer", "page": "integer", "total_items": "integer", "total_pages": "integer", "has_next_page": "boolean", "has_previous_page": "boolean" }, "links": { "first": "string", "last": "string", "next": "string", "previous": "string" }, "items": [] }
Example overview page before API endpoints
PagedResponse<T>[]
meta
links
items
Hide properties
null
Was this page helpful?