GET api/CustomV2/GetSurveyResultsByUserVID?userVID={userVID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userVID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomUserSurveyName | 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": "07a18f58-0a0c-4bee-bf58-0f77397410d7", "QuestionID": 4, "UserAnswer": "sample string 5", "UserRating": 6, "SchoolID": 7, "Active": true, "Created": "2024-12-29T12:21:12.3830598+00:00", "Question": "sample string 10", "QuestionDesc": "sample string 11", "TypeOfQuestion": "sample string 12" }, { "$ref": "1" } ]