# Survey Questions (Legacy)

Survey Questions (Legacy) appear on and can be responded to through surveys.

**Note**: This feature requires the Surveys (Legacy) account add-on. This feature is unrelated to Pulse surveys.

## Fetching a list of Survey Questions

 - [GET /survey_questions](https://developer.kantata.com/kantata/specification/survey-questions-(legacy)/get-survey-questions.md): This endpoint returns structured Survey Question 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_questions top-level JSON key.
Please see our Response Format section for more information.

## Creating a new Survey Question

 - [POST /survey_questions](https://developer.kantata.com/kantata/specification/survey-questions-(legacy)/create-survey-question.md): This endpoint returns structured Survey Question 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_questions top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Survey Question

 - [PUT /survey_questions/{id}](https://developer.kantata.com/kantata/specification/survey-questions-(legacy)/update-survey-question.md): This endpoint returns structured Survey Question 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_questions top-level JSON key.
Please see our Response Format section for more information.

## Deleting an existing Survey Question

 - [DELETE /survey_questions/{id}](https://developer.kantata.com/kantata/specification/survey-questions-(legacy)/delete-survey-question.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.

