GET api/CustomV2/GetSurveyResultsBySchoolID?schoolId={schoolId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schoolId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomUserSurvey| Name | Description | Type | Additional information |
|---|---|---|---|
| UserSurveyID | integer |
None. |
|
| SurveyID | string |
None. |
|
| UserVID | globally unique identifier |
None. |
|
| QuestionID | integer |
None. |
|
| UserAnswer | string |
None. |
|
| UserRating | integer |
None. |
|
| SchoolID | integer |
None. |
|
| Active | boolean |
None. |
|
| Created | date |
None. |
|
| Question | string |
None. |
|
| QuestionDesc | string |
None. |
|
| TypeOfQuestion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UserSurveyID": 1,
"SurveyID": "sample string 2",
"UserVID": "c73f4054-2a50-4e06-8d99-c612b70aa3f8",
"QuestionID": 4,
"UserAnswer": "sample string 5",
"UserRating": 6,
"SchoolID": 7,
"Active": true,
"Created": "2025-11-06T04:00:03.1878938+00:00",
"Question": "sample string 10",
"QuestionDesc": "sample string 11",
"TypeOfQuestion": "sample string 12"
},
{
"$ref": "1"
}
]