statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
30 stars 1 forks source link

Allow offset-parameter in REST API #1154

Open jarnalyrkar opened 2 months ago

jarnalyrkar commented 2 months ago

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

j-vitali commented 1 month ago

Would be great having it 🙏