GET api/CustomV2/GetSurveyAnswers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ShotQuizSurvery| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveryID | integer |
None. |
|
| UserVID | globally unique identifier |
None. |
|
| WeekNumberOfQuestion | integer |
None. |
|
| Question | string |
None. |
|
| Answer | string |
None. |
|
| SchoolID | integer |
None. |
|
| CheckinTimestamp | date |
None. |
|
| Comments | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SurveryID": 1,
"UserVID": "722f2c27-fc72-463e-b4bc-5fea028c6f48",
"WeekNumberOfQuestion": 1,
"Question": "sample string 2",
"Answer": "sample string 3",
"SchoolID": 1,
"CheckinTimestamp": "2026-03-26T20:32:29.8032596+00:00",
"Comments": "sample string 4"
},
{
"$ref": "1"
}
]