v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > EvaluationForm
Save as templates an Evaluation form
Save an evaluation form as a template.
post/api/2026-07-01/resources/ats/evaluation_forms/save_as_template
Request body
Example request
{
"id": "1"
}Response
OK
Example response
{
"id": "1",
"company_id": "1",
"ats_job_posting_id": "1",
"name": "Technical Evaluation",
"based_on_id": "1",
"questions": [
{
"id": 1,
"text": "What is your experience with Ruby on Rails?",
"description": "experience in years"
}
],
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}