Customer Trust
Approve questionnaire
Mark a questionnaire as APPROVED and optionally provide a statusChangeMessage.
POST
Approve questionnaire
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Request body for approving a questionnaire.
Optional message describing the reason for approval.
Response
200 - application/json
Ok
Available options:
SPREADSHEET, WEBSITE, DOCUMENT Available options:
APPROVED, IN_PROGRESS, IN_REVIEW, READY_FOR_REVIEW, WAITING_ON_ANSWERS, ON_HOLD, NO_LONGER_NEEDED, COMPLETE, ERROR, EXTRACTING_QUESTIONS, QUEUED_FOR_EXTRACTION, PROCESSING, QUEUED_FOR_PROCESSING, WAITING_ON_COLUMN_SELECTION, WAITING_ON_COLUMN_APPROVAL, QUEUED_FOR_COLUMN_DETECTION, DETECTING_COLUMNS The status change history log for the questionnaire. Entries are ordered by the most recent status change first.
Tags assigned to this questionnaire. Each entry contains a categoryId and tagId.
The owner assignment in actor form (User or Team).
The approver assignment in actor form (User or Team).
Previous
Complete questionnaireComplete a questionnaire and optionally sync approved answers to the answer library.
Transitions the questionnaire status to COMPLETE. If `shouldSyncApprovedToAnswerLibrary` is true
(the default), approved answers are added to the answer library for future use. For
non-English SPREADSHEET or DOCUMENT questionnaires, answer library sync will be ignored.
Next
Approve questionnaire