---
title: "Package data model"
url: "https://docs.unified.to/assessment/package/model"
description: "API reference for Package data model. Launch multiple pre-built Package integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-24T23:54:42.153Z"
---
# Package data model

Used by assessment providers to SUBMIT packages to ATS systems

 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 

Unique identifier for the assessment package

**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  read-only 

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

**connection\_id**string  read-only 

Connection ID that this package belongs to

**integration\_types**string array 

Integration types that support this package

**name**string 

Name of the assessment package

**type** enum required 

Valid values:

 "SKILLS\_TEST" 

 "BEHAVIORAL\_ASSESSMENT" 

 "VIDEO\_INTERVIEW" 

 "BACKGROUND\_CHECK" 

 "REFERENCE\_CHECK" 

**aliases**string array 

Alternative namesidentifiers for this package

**tags**string array 

Category tags (e.g., "Assessment", "Background Check")

**description**string 

Detailed description

**parameters** array 

Questionsinputs needed for this assessment (aligned with verification)

**has\_redirect\_url**boolean 

Whether provider redirects user to complete assessment

**has\_target\_url**boolean 

Where provider redirects user after completion

**needs\_ip\_address**boolean 

Whether IP address is required

**max\_score**number 

Maximum possible score if this assessment returns a score

**info\_url**string 

URL to find additional information about this package

**regions** array 

**raw**any
