v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Ats > RejectionReason

Reads a single Rejection reason

Reads a single Rejection reason

get/api/2026-07-01/resources/ats/rejection_reasons/{id}

Path parameters

idstring required

Rejection reasons identifiers

Response

OK

idstring required

Rejection reason identifier

company_idstring required

Company identifier of the rejection reason

decision_maker'company' | 'candidate' required

Decision maker of the rejection reason

reasonstring required

Reason of the rejection

created_atstring required

Rejection reason created date

updated_atstring required

Rejection reason updated date

Example response

{
  "id": "1",
  "company_id": "1",
  "decision_maker": "candidate",
  "reason": "Unfit for the role",
  "created_at": "2024-08-22T14:30:00-07:00",
  "updated_at": "2024-08-22T14:30:00-07:00"
}