Introduction

When retrieving a list of objects with a [GET] request, results are being paginated by Siit.

Pagination information will be presented in the meta object, available in the payload body and described below.

The meta object

Please note that pagination is limited to 50 items.

count
integer
total
integer
current_page
integer
per_page
integer
default: 20
next_page_link
string | null
previous_page_link
string | null