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": "f7e70ade-9e82-44f3-bd4f-09366bf7538b", "Title": "sample string 2", "Sections": [ { "Id": "709034c0-50d8-4f75-97ec-297cb70396d4", "Title": "sample string 2", "Questions": [ { "Id": "48d5560f-a0bd-4543-b2f9-5e8909244a57", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" }, { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" } ] }, { "Id": "48d5560f-a0bd-4543-b2f9-5e8909244a57", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" }, { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" } ] } ] }, { "Id": "709034c0-50d8-4f75-97ec-297cb70396d4", "Title": "sample string 2", "Questions": [ { "Id": "48d5560f-a0bd-4543-b2f9-5e8909244a57", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" }, { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" } ] }, { "Id": "48d5560f-a0bd-4543-b2f9-5e8909244a57", "Value": "sample string 2", "Type": "sample string 3", "Media": { "Type": 1, "URL": "sample string 2" }, "AnswerRequired": true, "Answers": [ { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" }, { "Id": "6ef75930-e84f-44b1-ab32-394a0a679ebc", "Value": "sample string 2" } ] } ] } ] }