GET api/questions?studyId={studyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GET_QUESTIONS_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| question_ID | integer |
None. |
|
| question_Text | string |
None. |
|
| study_Tag | string |
None. |
|
| study_Name | string |
None. |
|
| study_id | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.