# Surveys Responses (Legacy)

Survey Response (Legacy) represents an instance of a particular survey that has been assigned for response.
**Note**: This feature requires the Surveys (Legacy) account add-on. This feature is unrelated to Pulse surveys.

 - [GET /survey_responses](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/get%20survey%20responses.md): This endpoint returns structured Survey Response objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in
 - [POST /survey_responses](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/create%20survey%20response.md): This endpoint returns structured Survey Response objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in
 - [PUT /survey_responses/{id}](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/update%20survey%20response.md): This endpoint returns structured Survey Response objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in
 - [DELETE /survey_responses/{id}](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/delete%20survey%20response.md): The response will contain no content and an HTTP 204 status code if the request was successful, or a [standard Kantata OX error message](#section/Errors) explaining why the object could not be deleted
