Get a survey by its ID
GET/survey/:survey_id
Retrieve a specific survey by its unique survey_id.
What you get:
- Detailed survey configuration and content.
- Associated theme information if available.
This is useful for viewing the full definition of a survey, including questions and layout.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error