Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Name | Description |
---|---|
self | The link to the current page. It should match the requested URL with added ?page[number] parameter. |
first | The link to the first page of results. |
prev | The link to the previous page or null if the current page is the first page. |
next | The link to the next page or null it the current page is the last page. |
last | The link to the last page of results. |
total_pages
will be 1, prev
and next
will both be null
, and self
, first
and last
will all refer to the first page.?page[number]
parameter will return the first page.links
if possible.