---
title: "Feedback data model"
url: "https://docs.unified.to/performance/feedback/model"
description: "API reference for Feedback data model. Launch multiple pre-built Feedback integrations today with zero maintenance — all through a single API."
---
# Feedback data model

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

**user\_id**string  required 

the HR Employee that this feedback is about (reference to HrisEmployee)

**author\_user\_id**string 

the HR Employee that gave this feedback (reference to HrisEmployee)

**type** enum

Valid values:

 "PRAISE" 

 "FEEDBACK" 

 "REQUESTED" 

 "OTHER" 

praise/recognition, constructive feedback, or a response to a feedback request

**message**string 

**tags**string array 

badges or company values attached to this feedback

**is\_visible**boolean 

true when publicly visible (e.g. praise wall); false when private or manager-only

**raw**any
