Forms::Submission
Fetch Submission
Retrieve a submission for a form
get/forms/submissions/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 6,
"public_id": "tWxHeY",
"form_id": 15,
"contact_id": 5,
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z"
}