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

 - [GET /survey_templates](https://developer.kantata.com/kantata/specification/survey-templates-(legacy)/get%20survey%20templates.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
 - [POST /survey_templates](https://developer.kantata.com/kantata/specification/survey-templates-(legacy)/create%20survey%20template.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
 - [PUT /survey_templates/{id}](https://developer.kantata.com/kantata/specification/survey-templates-(legacy)/update%20survey%20template.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
 - [DELETE /survey_templates/{id}](https://developer.kantata.com/kantata/specification/survey-templates-(legacy)/delete%20survey%20template.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
