Get Form Submissions
This endpoint allows you to get form submissions for a specific template from your community.
Get Form Submissions
Request Body
Name
Type
Description
[
{
...
}
]INVALID API KEY
INVALID COMMUNITY ID{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "GET_FORM_TEMPLATE_SUBMISSIONS",
"data": [
{
"templateId": 1,
"skip": 0,
"take": 50, // Capped at 50
}
]
}Template ID

Last updated
Was this helpful?

