cURL
curl --request GET \ --url https://app.flashquotes.com/api/form-response/{id} \ --header 'x-api-key: <api-key>'
[ { "id": "clh2x4j9s0000qw3v5km8j1t2", "createdAt": "2024-01-15T08:30:00Z", "updatedAt": "2024-01-15T08:30:00Z", "formId": "clh2x4j9s0001qw3v5km8j1t3", "bookingId": null, "quoteId": "clh2x4j9s0002qw3v5km8j1t4", "companyId": "clh2x4j9s0003qw3v5km8j1t5", "formQuestionResponses": [ { "id": "clh2x4j9s0004qw3v5km8j1t6", "response": "John Doe", "createdAt": "2024-01-15T08:30:00Z", "updatedAt": "2024-01-15T08:30:00Z", "question": { "id": "clh2x4j9s0005qw3v5km8j1t7", "title": "What is your full name?", "type": "TEXT", "subtitle": "Please enter your first and last name", "position": 1, "systemRequired": true, "userRequired": true, "linkedSystemField": "clientName" } } ] } ]
Retrieve detailed information about a specific form response
ID of form response to retrieve
Form response data
The response is of type object[].
object[]
Was this page helpful?