Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.oneform.one/api/v1/forms/{form_id}/submissions/{submission_id} \ --header 'Authorization: Bearer <token>'
{ "questions": [ { "id": "q_123", "name": "What is your name?", "type": "SHORT_ANSWER", "is_deleted": false } ], "submission": { "id": "sub_123", "created_at": "2024-01-01T12:00:00Z", "is_partial": false, "responses": { "q_1": "Answer 1", "q_2": "Answer 2" } } }
Enter your API key
Form ID
Submission ID
successful
Show child attributes