v6

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0161113158.0 KB
Questions

Create a new custom question

Creates a new custom question with the provided data.

post/api/questions

Request body

namestring required

The name of the custom question.

descriptionstring nullable

The description of the custom question (optional).

jsonDatastring required

The JSON data representing custom question properties.

Response

Custom question created successfully.

idstring

The ID of the custom question.

namestring

The name of the custom question.

descriptionstring nullable

The description of the custom question.

jsonDatastring

The JSON data representing the custom question properties.

createdAtstring date-time

The date and time when the custom question was created.

modifiedAtstring date-time nullable

The date and time when the custom question was last modified.