---
title: "Order data model"
url: "https://docs.unified.to/assessment/order/model"
description: "API reference for Order data model. Launch multiple pre-built Order integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-26T21:12:17.546Z"
---
# Order data model

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

### 

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

Data Model

**id**string 

**created\_at**date 

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

**updated\_at**date 

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

**workspace\_id**string  required 

Workspace ID that this order belongs to (reference to KmsSpace)

**connection\_id**string  required 

Connection ID that this order belongs to

**webhook\_id**string 

Webhook ID that this order belongs to

**package\_id**string 

Assessment package ID

**parameters** array 

Filled-in answers to the package's parameter questions

**target\_url**string 

URL to redirect user to after assessment

**status** enum

Valid values:

 "OPEN" 

 "IN\_PROGRESS" 

 "COMPLETED" 

 "FAILED" 

 "REJECTED" 

**reference**string 

ATS-specific reference ID

**application\_id**string 

ATS application ID

**job\_id**string 

ATS job ID

**company\_id**string 

ATS company ID (reference to AtsCompany)

**candidate\_id**string 

ATS candidate ID

**employee\_id**string 

ATS employee ID

**profile\_name**string 

**profile\_first\_name**string 

**profile\_last\_name**string 

**profile\_resume\_url**string 

**profile\_ip\_address**string 

XXX.XXX.XXX.XXX

**profile\_date\_of\_birth**string 

YYYY-MM-DD

**profile\_addresses** array 

**profile\_gender** enum

Valid values:

 "MALE" 

 "FEMALE" 

 "INTERSEX" 

 "TRANS" 

 "NON\_BINARY" 

**profile\_emails**string array 

**profile\_telephones**string array 

**profile\_national\_identifier**string 

**profile\_social\_media\_urls**string array 

**response\_completed\_at**date 

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

**response\_expires\_at**date 

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

**response\_issued\_at**date 

Datetime that assessment was issued (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**response\_status** enum

Valid values:

 "OPEN" 

 "IN\_PROGRESS" 

 "COMPLETED" 

 "FAILED" 

 "REJECTED" 

**response\_score**number 

Assessment score (e.g., 0-100)

**response\_max\_score**number 

Maximum possible score

**response\_url**string 

URL to view detailed results

**response\_redirect\_url**string 

URL to redirect the user to complete assessment

**response\_download\_urls**string array 

Report download URLs

**response\_details** array 

**response\_source**string 

**response\_attributes** array 

Additional result attributes

**raw**any
