API example - filter by single line
API example on how to filter form responses by single line question type values
General answer type
Request: |
---|
curl --location 'https://app.form.com/gw/v3/results/list?formId=41659267&limit=100&offset=0' \ |
Response: |
---|
{ |
Example in Postman |
---|
Date answer type
Request: |
---|
curl --location 'https://app.form.com/gw/v3/results/list?formId=41659267&limit=100&offset=0' \ |
Response: |
---|
{ |
Example in Postman |
---|