Open the following Sequence Diagram to get an overview of the usage of our API.
A paged response contains an "items" field that stores the single response items as an array and also the following structure:
{
"items": [
. . .
],
"page": 1,
"pageSize": 10,
"total": 999,
"count": 10,
"pages": 99
}
"page" being the current page, "pageSize" the number of items to be returned for each page, "total" the total count of items in the database, "count" the number of items returned in the current page, "pages" the total number of pages withing the current pagination settings.
Select the client type you want from the dropdown list and press "Download SDK" or go to the OpenAPI online generator.