Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Path Parameters

questionnaire_uuid
string<uuid>
required

Per-version UUID of the questionnaire (the uuid value returned by the list endpoint, also returned as questionnaire_id on detail endpoints).

Response

Full questionnaire detail including the canonical graph, the derived sections view, version metadata, and is_editable.

Full questionnaire detail returned from GET, POST (create) and PATCH (update) endpoints.

questionnaire_id
string<uuid>

Unique identifier of the questionnaire. Use this id when referencing the questionnaire from a workflow or in subsequent update/delete requests.

title
string
description
string | null
languages
string[]
default_language
string
is_active
boolean
is_simple_questionnaire
boolean
graph
object

Graph structure with start_node and nodes map.

sections
object[]

Questionnaire content grouped into sections (derived from the graph).

questionnaire_group_id
string<uuid>

Stable identifier that groups all versions of the same questionnaire.

version
integer
status
enum<string>
Available options:
draft,
published
published_at
string<date-time> | null
is_editable
boolean

True when the questionnaire can still be edited in place (draft versions).