GET api/RequiredQuestions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RequiredQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Question | string |
String length: inclusive between 0 and 250 |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"id": 1,
"question": "sample string 2"
},
{
"$ref": "2"
}
]