List responses by survey ID
GET/survey-response/survey/:survey_id
Retrieve a list of minimal survey responses associated with a particular survey.
What is Minimal?
- Returns a lighter response object containing key fields like
id
,status
,created_at
, andupdated_at
. - Useful for listing responses without loading heavy content.
Use Cases:
- Displaying all responses for a given survey to department users.
- Providing a dashboard of recent responses.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error