Skip to main content
GET
List questions of form

Path Parameters

id
string<uuid>
required
formId
string<uuid>
required

Response

200 - application/json

List of questions with options

id
string<uuid>
protocolFormId
string<uuid>
questionText
string
responseType
enum<string>
Available options:
TEXT,
NUMBER,
DATE,
DATETIME,
BOOLEAN,
SELECT,
MULTIPLE_SELECT
metadata
object

Type-specific config (e.g. dateFormat, minValue/maxValue)

required
boolean
weight
number
position
integer
createdAt
string<date-time>
updatedAt
string<date-time>
options
object[]