---
title: "Note data model"
url: "https://docs.unified.to/ticketing/note/model"
description: "API reference for Note data model. Launch multiple pre-built Note integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-03T19:02:17.315Z"
---
# Note data model

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

**customer\_id**string 

**description**string 

**ticket\_id**string 

**user\_id**string 

(reference to HrisEmployee)

**raw**any
