GET survey/{surveyId}
Gets user survey questions.
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, Student, Administrator, ProspectWithTrial, User
- Authenticated user who is either StaffMember, Student, QA, ISUSTeacher, Administrator, ProspectWithTrial, User
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
surveyId |
The survey id. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.SurveyViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Title | string |
None. |
|
Sections | Collection of PearsonEnglish.LearningServices.Core.Models.Views.SurveySectionViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "f7dff48d-0daa-4d41-9ffe-959ff7b49a86", "Title": "sample string 2", "Sections": [ { "Id": "159f081c-46dd-4794-bbb0-4f5c932eff0e", "Title": "sample string 2", "Questions": [ { "Id": "104e226f-5c8d-4703-8451-ae1972208937", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" }, { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" } ] }, { "Id": "104e226f-5c8d-4703-8451-ae1972208937", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" }, { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" } ] } ] }, { "Id": "159f081c-46dd-4794-bbb0-4f5c932eff0e", "Title": "sample string 2", "Questions": [ { "Id": "104e226f-5c8d-4703-8451-ae1972208937", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" }, { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" } ] }, { "Id": "104e226f-5c8d-4703-8451-ae1972208937", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" }, { "Id": "774e6059-4acf-4365-9f2c-74949730ad03", "Value": "sample string 2" } ] } ] } ] }