This method returns data collected for a form.

Get all data for the specified form

GET /api/v1/data?api_key=[[app:api_key]]&id=12345 HTTP/1.1
Host: www.formstack.com
curl -i "https://www.formstack.com/api/v1/data?api_key=[[app:api_key]]&id=12345"

field_x

For this parameter, x must contain the id of the field whose value should be set. For example, a field with the ID of 12345 would mean the parameter is field_12345.

Language
Click Try It! to start a request and see the response here!