Pagination
limit
and offset
.?limit=50&offset=150
Default: 100
Maximum: 1.000
Default: 0
count
property of a resultset can be used to determine how many calls must be made to retrieve all objects. ceil(count / limit)
will return the amount of pages.List
count
integer <uint64>
optional
>= 0
Default:
1
limit
integer <uint64>
optional
>= 0<= 1000
Default:
100
offset
integer <uint64>
optional
>= 0
Default:
0
data
array [object]
optional
Modified at 2024-11-21 17:12:57