OratoraDocs
APIReferenceForms

Get aggregated form results

GET
/forms/{id}/responses

Returns the total response count and a per-field distribution of answers.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Form id.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/forms/string/responses"
{  "totalResponses": 0,  "byField": {}}