GET Questions/{StudyKey}?types={types}&tasks={tasks}
Get the Questions in a Study
Retrieves by default all of the Questions in the Study.
You can optionally retrieve only a sub-set of the questions, filtering by the question type or the tasks assigned to the question.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
StudyKey |
The key of the Study, which must be an integer value. |
integer |
Required |
types |
Optional filter by Question type.
|
string |
None. |
tasks |
Optional filter by task.
|
string |
None. |
Body Parameters
None.
Response Information
Get the Questions in a Study
Retrieves by default all of the Questions in the Study.
You can optionally retrieve only a sub-set of the questions, filtering by the question type or the tasks assigned to the question.
Name | Description | Type | Additional information |
---|---|---|---|
questions |
A list of Questions. |
Collection of Question |
Required |
errors |
If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages. |
Collection of string |
None. |