Authorization
header with the key as its value:
limit
to 10
will yield a maximum of 10 records per request.limit
), setting offset to 10
in the subsequent request will retrieve the next 10 records.limit
.limit
to 20
, you'll receive the first 20 desks in the initial response. The total field will inform you that there are 100 desks overall. To obtain the next 20 desks, send another request with the same limit but an offset of 20.