Clipform
Analytics

Get form results

Returns aggregated results for a form.

GET
/forms/{formId}/results

Authorization

bearerAuth
AuthorizationBearer <token>

API key (cf_*) passed as Bearer token

In: header

Path Parameters

formId*string

Response Body

application/json

curl -X GET "https://example.com/forms/497f6eca-6276-4993-bfeb-53cbbbba6f08/results"
{  "total_responses": 0,  "nodes": [    {      "node_id": "string",      "node_text": "string",      "node_type": "string",      "total_responses": 0,      "total_views": 0,      "answers": [        {}      ]    }  ],  "flow": {    "nodes": [      {}    ],    "links": [      {}    ]  }}