get https://{subdomain}.myclickfunnels.com/api/v2/forms/submissions/answers/
Retrieve a answer for a submission
Log in to see full request history
Responses
Retrieve a answer for a submission
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/forms/submissions/answers/id \
--header 'accept: application/json'
xxxxxxxxxx
11{
"id": 98,
"public_id": "qJwPFV",
"submission_id": 94,
"field_id": 216,
"fields_option_id": 637,
"entry": "MyText",
"fields_option_ids": [],
"created_at": "2025-03-05T12:39:50.528Z",
"updated_at": "2025-03-05T12:39:50.528Z"
}