get https://{domain}/rest/form_submission
Permite a listagem de submissões de formulários que condizem com os filtros especificados
Log in to see full request history
Response
Permite a listagem de submissões de formulários que condizem com os filtros especificados
xxxxxxxxxx
curl --request GET \
--url 'https://your-domain.com/rest/form_submission?limit=100&page=1' \
--header 'Authorization: Bearer [your_token]' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: