v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Webhooks

Ats > EvaluationForm > Save as templates

Subscription_type: ats/evaluation_form/save_as_template

postWebhookWebhooks > Ats > EvaluationForm > Save as templates

Payload

idstring required

Id of the evaluation form.

company_idstring required

Id of the company that the evaluation form belongs to.

ats_job_posting_idstring

Id of the job posting that the evaluation form is associated with.

namestring required

Name of the evaluation form.

based_on_idstring

Id of the evaluation form that this evaluation form is related.

created_atstring required

date and time when the evaluation form was created.

updated_atstring required

date and time when the evaluation form was last updated.

Example payload

{
  "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"
}

Response

Return a 200 status to indicate that the data was received successfully