Get Survey

GET {{baseUrl}}/surveys/:surveyId

Retrieves the details of a survey with the given ID. <!--From Readme--> For more information about using the survey APIs, see Managing Surveys.

Survey responses

This API does not return your users' responses to your surveys. See Getting Survey Responses instead.

Survey shows up in List Survey. Why does GetSurvey return NotFound

List Survey can enumerate any survey associated with a User or the User's Groups. However to retrieve the survey, the User must have copySurveys or editSurveys permission for the survey.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;result&quot;:{&quot;consectetur_2&quot;:true},&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}