coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Create skip and limit fields for pagination on forms and submissions #152

Closed jde closed 8 years ago

jde commented 8 years ago

We need to be able to paginate forms and form_submissions. Build this functionality into pillar.

jde commented 8 years ago

We can now do this via get params. For example:

http://localhost:8080/api/forms?skip=0&limit=2
http://localhost:8080/api/form_submissions/576017c53bc37e000554567d?skip=0&limit=2