Update feedback
Update an existing feedback form
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The id of the question. Format qustn_1a2b3c
The answers given for a scorecard. Only applicable for scorecard
type questions
The single selected answer for a radio/dropdown question. Only applicable for radio
and dropdown
type questions
One or more answers given for a multiple choice question. Only applicable for checkbox
type questions
The text answer given. Only applicable for textbox
and text_area
type questions
Response
The id of the question. Format qustn_1a2b3c
The answers given for a scorecard. Only applicable for scorecard
type questions
The single selected answer for a radio/dropdown question. Only applicable for radio
and dropdown
type questions
One or more answers given for a multiple choice question. Only applicable for checkbox
type questions
The text answer given. Only applicable for textbox
and text_area
type questions
The description of the question if the type
is header
The id of the question. Format qustn_1a2b3c
The text of the question.
A bool to indicate if this question is required.
A bool to indicate if the answers to this question require the restricted
permission to view.
The type of field of the question.
textbox
, text_area
, radio
, checkbox
, dropdown
, upload
, header
, scorecard
The application id this feedback form is for. Format app_1a2b3c
The date that the feedback was sumitted
The date that the feedback was submitted or requested.
The id of the form that the feedback is connected to. Format form_1a2b3c
The id of the feedback. Format fdbk_1a2b3c
The name of the form.
The current status of the feedback indicating if it has been completed or not.
pending
, complete
Was this page helpful?