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
copySurveysoreditSurveyspermission for the survey.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"consectetur_2":true},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}