Skip to main content

PaginationLinks

HATEOAS navigation links for paginated responses (RFC 8288)

firststringrequired

Link to the first page

laststringrequired

Link to the last page

nextstring | nullnullable

Link to the next page (null if on last page)

prevstring | nullnullable

Link to the previous page (null if on first page)

selfstringrequired

Link to the current page

PaginationLinks
{
"first": "string",
"last": "string",
"next": "string",
"prev": "string",
"self": "string"
}