Introduction

When retrieving a collection of objects with a GET request the result is paginated.

Pagination information is presented under meta object in the response body and described below.

The meta object

count
integer
total
integer
current_page
integer
per_page
integer
default:20
Required range: x <= 200