Pagination
Cursor-Based pagination explained, JSON:API Style.
π¦ Response Format
{
"data": <...>,
"links": {
"self": "https://api.example.com/resources?cursor=abcdef",
"next": "https://api.example.com/resources?cursor=ghijkl"
}
}π links.self
links.selfπ links.next
links.nextπ§ cursor
cursorπ Authentication Required
β
Best Practices
Last updated
Was this helpful?