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": "c24a1b95-f582-47d6-bfc2-20c9d64fa2d5", "Title": "sample string 2", "Sections": [ { "Id": "6f2b4379-9616-45ed-b88f-0f9d01646a79", "Title": "sample string 2", "Questions": [ { "Id": "da1bb124-5ac6-465f-b420-37542cfcca67", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" }, { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" } ] }, { "Id": "da1bb124-5ac6-465f-b420-37542cfcca67", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" }, { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" } ] } ] }, { "Id": "6f2b4379-9616-45ed-b88f-0f9d01646a79", "Title": "sample string 2", "Questions": [ { "Id": "da1bb124-5ac6-465f-b420-37542cfcca67", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" }, { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" } ] }, { "Id": "da1bb124-5ac6-465f-b420-37542cfcca67", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" }, { "Id": "a025a0d6-573d-4c32-a71b-8aa6112008cd", "Value": "sample string 2" } ] } ] } ] }