# RejectReasons Object

> Source: https://truto.one/docs/api-reference/unified-ats-api/rejectreasons/

Schema for the `RejectReasons` resource in **Unified ATS API**.

## Properties

- **`id`** _(string, required)_
  The reject reason's unique identifier
- **`name`** _(string)_
  The reject reason's name
- **`created_at`** _(string)_
  The date and time of the reject reason's creation
- **`updated_at`** _(string)_
  The date and time of the reject reason's last update
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/ats/reject_reasons](/docs/api-reference/unified-ats-api/rejectreasons/list) — List Reject reasons
