These docs are for v2025-10-01. Click to read the latest docs for v2026-04-01.

Update questionnaire for strategies a Review questionnaire by strategy

Update the review process questionnaire for a specific reviewer strategy (review type). It can be used to add, edit or delete questions from a draft review process.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

Review process ID

string
enum
required

Reviewer strategy to update the questionnaire for

Allowed:
questionnaire_content
array
required

List of grouped questions to be evaluated by the reviewer.

What should each group object look like?
  • uuid: Unique identifier for the group
  • type: Group type (section or question). If it's section, the questions will be grouped under a section with a given title
  • section_title: Title of the section (optional)
  • questions: List of questions
What should each question object look like?
  • uuid: Unique identifier for the question
  • mandatory: Whether the question is mandatory or not
  • with_comment: Whether the reviewer can add a comment or not
  • title: Question
  • answer_type: Answer type (text, rating, number or multiple_choice)
  • max_choices: Maximum number of choices. If 1, it'll be a single choice question
  • choice_options: List of options for single and multiple choice questions
questionnaire_content*
Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json