all GET
endpoints, unless exempted, that return a list of items in the response data are paginated; let's use an illustration;get first items;#
suppose you want to fetch a list of users (items), at the rate of 10 items per request; therefore your pageSize
is 10
;now, the above is your first request; Modified at 2025-08-10 07:54:55