Analytics
List submissions
Returns a form's submissions.
Authorization
bearerAuth AuthorizationBearer <token>
API key (cf_*) passed as Bearer token
In: header
Path Parameters
formId*string
Query Parameters
submission_id?string
Filter to a single submission
Response Body
application/json
curl -X GET "https://example.com/forms/497f6eca-6276-4993-bfeb-53cbbbba6f08/submissions"[ { "response_set_id": "ac7eb6e9-464b-41e0-94db-4108c750c04e", "status": "string", "created_at": "2019-08-24T14:15:22Z", "completed_at": "2019-08-24T14:15:22Z", "total_sessions": 0, "total_responses": 0, "contact_email": "string", "contact_first_name": "string", "contact_last_name": "string", "node_responses": {}, "locked": true }]