---
title: "Content data model"
url: "https://docs.unified.to/lms/content/model"
description: "API reference for Content data model. Launch multiple pre-built Content integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-24T00:47:16.362Z"
---
# Content data model

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

**external\_reference**string 

**course\_ids**string array 

**name**string 

**description**string 

**languages**string array 

**media** array 

**is\_active**boolean 

**duration\_minutes**number 

**categories**string array 

**skills**string array 

**sort\_order**number 

**provider\_name**string 

**short\_description**string 

**localizations** array 

**instructor\_ids**string array 

(reference to LmsInstructor)

**collection\_ids**string array 

(reference to CommerceCollection)

**raw**any
