---
title: "Application data model"
url: "https://docs.unified.to/ats/application/model"
description: "API reference for Application data model. Launch multiple pre-built Application integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-22T23:26:51.060Z"
---
# Application data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/ats/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**candidate\_id**string 

**job\_id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**applied\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**hired\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**rejected\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**rejected\_reason**string 

**source**string 

**status** enum

Valid values:

 "NEW" 

 "REVIEWING" 

 "SCREENING" 

 "SUBMITTED" 

 "FIRST\_INTERVIEW" 

**original\_status**string 

The integration's original status. Mostly used to have your customers chose the application status/stage so that your software can trigger an event.

**answers** array 

**offers** array 

**user\_id**string 

HR user/employee ID (reference to HrisEmployee)

**metadata** array 

**raw**any
