mirror of
https://github.com/directus/directus.git
synced 2026-01-23 02:18:00 -05:00
191 B
191 B
Offset
Using offset the first offset number of items can be skipped.
Examples
# Returns a maximum of 10 items, but skips the first 3 items on the list
?offset=3
&limit=10