# 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.

## Fetching a list of Survey Responses

 - [GET /survey_responses](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/get-survey-responses.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 the survey_responses top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Survey Response

 - [POST /survey_responses](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/create-survey-response.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 the survey_responses top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Survey Response

 - [PUT /survey_responses/{id}](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/update-survey-response.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 the survey_responses top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Survey Response

 - [DELETE /survey_responses/{id}](https://developer.kantata.com/kantata/specification/surveys-responses-(legacy)/delete-survey-response.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 explaining why the object could not be deleted.

