ideas
ideas copied to clipboard
Allow offset-parameter in REST API
As you can add an offset to a collection tag,
{{ collection:blog limit="9" offset="1" }}
it would be nice to be able to do this through the API also:
/api/collections/blog/entries?limit=9&page=2&offset=1
Would be great having it 🙏