Clipform
Analytics

Get public results

Returns a form's aggregated results for anyone holding its public results link.

GET
/results/public/{resultsShareId}

Path Parameters

resultsShareId*string

24-character lowercase hex public results token.

Response Body

application/json

application/json

curl -X GET "https://example.com/results/public/string"
{  "total_responses": 0,  "nodes": [    {      "node_id": "string",      "node_text": "string",      "node_type": "string",      "total_responses": 0,      "total_views": 0,      "answers": [        {}      ]    }  ],  "flow": {}}
Empty
{  "code": "VALIDATION_ERROR",  "error": "string",  "details": null}