mirror of
https://github.com/directus/directus.git
synced 2026-01-23 07:28:03 -05:00
12 lines
191 B
Markdown
12 lines
191 B
Markdown
# 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
|
|
```
|