Create form response
POST {{baseUrl}}/forms/responses?subdomain={{subdomain}}&location_id={{location_id}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subdomain | string | (Required) Used to scope the request to the specified institution | |
location_id | string | (Required) Used to scope the request to the specified location |
Request Body
{"form_response_data"=>"<object>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":{"id":"\u003cinteger\u003e","status":"\u003cstring\u003e","response_documents":[{"id":"\u003cinteger\u003e","response_data":"\u003cobject\u003e","pdf_url":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","response_data":"\u003cobject\u003e","pdf_url":"\u003cstring\u003e"}]},"count":"\u003cinteger\u003e"}