Get a survey response by ID
GET/survey-response/:survey_response_id
Retrieve a single survey response by its unique ID.
Key Features:
- Optionally include the associated contact information.
- Populate dynamic parameters for enriched context.
- Retrieve extended data to show detailed question and answer information.
Use Cases:
- Displaying the complete details of a particular survey response.
- Debugging or auditing a single response's data and associated contact.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error