v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Ats > RejectionReason

Reads all Rejection reasons

Reads all Rejection reasons

get/api/2026-07-01/resources/ats/rejection_reasons

Query parameters

ids[]string[]

Rejection reasons identifiers

Rejection reasons identifiers

[
  "1",
  "2"
]
ats_application_ids[]string[]

Rejected application identifiers

Rejected application identifiers

[
  "1",
  "2"
]

Response

OK

Example response

{
  "data": [
    {
      "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"
    }
  ]
}