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