Skip to main content
GET
Returns the catalog of questions that can be referenced from a given position in the study — with ready-to-insert {{Q:...}} templates for each. Use this to build an ”@-mention” picker in your own tooling.
string
required
The study ID.
string
Only return questions that appear before this question — use when editing an existing question.
integer
Only return questions with a lower display order — use when composing a new question. Ignored if before_question_id is set.

Response

ReferenceableQuestion[]
Each entry has question_id, display_order, type, content, a human-readable label, and available_references — the insertable items: kind (fullAnswer | property), label, template (the exact {{Q:...}} string), and for properties, property_name, property_index, and option.