Skip to main content

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, and updated_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

Successful Response