get https://api.paperform.co/v1/forms//submissions
This endpoint returns a list of submissions for a form matching the requested parameters. This feature is available as part of the Standard API.
Log in to see full request history
Responses
This endpoint returns a list of submissions for a form matching the requested parameters. This feature is available as part of the Standard API.
xxxxxxxxxx
curl --request GET \
--url 'https://api.paperform.co/v1/forms/slug_or_id/submissions?limit=20&skip=0&sort=DESC' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: