Last updated 12 hours ago
Retrieves form submissions based on the provided form ID, offset, and limit.
Form ID
Your API key
Your Secret key
The offset for pagination
The limit for pagination
The user ID to filter submissions by
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/getFormSubmissions' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "offset": 1, "limit": 1, "user_id": "text" }'
[ { "form_id": "text", "submission_id": "text", "submission_data": {}, "submission_date": "2025-04-02T15:43:09.448Z" } ]