Closed jde closed 8 years ago
We need to be able to paginate forms and form_submissions. Build this functionality into pillar.
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
We need to be able to paginate forms and form_submissions. Build this functionality into pillar.