GetSurveyResponseDetail returns a single response with all its answers.
GET/api/v1/surveys/responses/:responseId
Includes the response metadata (timing, channel, linked interaction IDs) and the ordered list of answers captured against the response.
Parameters
- response_id: Required, response ID (> 0).
Errors
- NOT_FOUND: Response does not exist or belongs to another organization.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.