API example - Get form structure example
Example on how to get the get form structure (metadata of questions, answers, scales and data source).
Use end-point: https://app.form.com/gw/swagger-ui/index.html#/forms-controller-v3/getQuestions
Example:
Request: |
---|
curl --location 'https://app.form.com/gw/v3/forms/41659267/questions?limit=100&offset=0&include=items.answers%2Citems.scale%2Citems.dataSource' \ |
Response: |
---|
{ |