v1

latestOpenAPI 3.1.02026-07-24300110.4 KB
Questionnaires

PATCH Questionnaire

Update a questionnaire. Provide at least one update field. Setting status to completed sets completed_at and triggers grading.

patch/v2/questionnaires/{questionnaire_id}

Path parameters

questionnaire_idstring required

Request body

status'approved' | 'completed'

Questionnaire status. Use "approved" or "completed". Setting status to completed sets completed_at and triggers grading.

due_atstring date

Due date in YYYY-MM-DD format.

assignee_emailstring

Email of a user in the organization.

notesstring nullable

Internal notes. Send an empty string or null to clear.

Response

Updated questionnaire object.

idstring uuid

Questionnaire identifier.

namestring

Questionnaire name.

statusstring

Questionnaire status.

due_atstring date nullable

Questionnaire due date.

completed_atstring date-time nullable

When the questionnaire was completed.

notesstring nullable

Internal notes.

question_countinteger

Number of questions in the questionnaire.