Skip to main content
GET
Returns how each question on a form was answered, in the form’s own question order: how many responses answered it, what share of responses that is, and — for choice, rating, and scale questions — how often each answer was given.
Requires an API key with MANAGEMENT_API (or MANAGEMENT_API_SANDBOX) quota, and the LEAD_GENERATION_ANALYTICS_CAN_VIEW permission, sent as the raw Authorization header value — see the API overview.
string
required
The form’s form_id.
string
Only count responses on or after this date (YYYY-MM-DD).
string
Only count responses on or before this date (YYYY-MM-DD).
string
Only count responses submitted through this QR Code (its qrid).
  • response_rate is answered as a percentage of the form’s responses in the period, to one decimal. Skipped submissions aren’t responses and aren’t counted.
  • distribution appears only for choice questions (multipleChoice, checkbox, dropdown), ratings (starRating, emoji, likeDislike), and scales (linearScale, number). For choice questions every option is listed, including ones nobody picked, most chosen first. A checkbox response counts once for each option it ticked.
  • Display-only content blocks aren’t questions and don’t appear.

Authorizations

Authorization
string
header
required

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: YOUR_API_KEY. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

Path Parameters

form_id
string
required

The form's form_id.

Query Parameters

from
string<date>

Only responses on or after this date (YYYY-MM-DD).

to
string<date>

Only responses on or before this date (YYYY-MM-DD).

qr_code_id
string

Only responses submitted through this QR Code (qrid).

Response

One entry per question, in the form's question order.

question
string
type
string
answered
integer
response_rate
number
distribution
object[]