---
title: "Project data model"
url: "https://docs.unified.to/task/project/model"
description: "API reference for Project data model. Launch multiple pre-built Project integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-10T19:25:59.917Z"
---
# Project data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/task/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)

**name**string 

**parent\_id**string 

**user\_ids**string array 

(reference to HrisEmployee)

**group\_ids**string array 

(reference to HrisGroup)

**description**string 

**has\_tasks**boolean 

If you can use this project ID to list tasks. Default is true.

**has\_children**boolean 

If this project has children folders / lists

**metadata** array 

**raw**any
