# Survey Templates (Legacy)

Survey Templates (Legacy) define a set of questions and defaults from which Survey Responses can be created.

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

## Fetching a list of Survey Templates

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

## Creating a new Survey Template

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

## Updating an existing Survey Template

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

## Deleting an existing Survey Template

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

