Get questions for application
Get a list of questions answered by an application
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
The file details. Only applicable for upload
type questions
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
Was this page helpful?