Skip to main content
GET
Lists the question quotas of a study, grouped by question. Questions without quotas are omitted. To read one question, use GET /studies/{id}/questions/{question_id}/quotas, which returns a single entry (with an empty buckets list when the question has none).
string
required
The study ID.

Response

An array of:
string
The Multiple Choice question.
array
The question’s quota buckets, each { kind, match, value, limit }. kind is always choice; match is equals or includes; value is the option text in the study’s default language.