---
title: "Course data model"
url: "https://docs.unified.to/lms/course/model"
description: "API reference for Course data model. Launch multiple pre-built Course integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-20T23:13:09.307Z"
---
# Course 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)

**name**string 

**description**string 

**is\_private**boolean 

**is\_active**boolean 

**price\_amount**number 

How much the course costs

**languages**string array 

**categories**string array 

**currency**string 

The currency code (ISO) of the course price

**media** array 

**instructor\_ids**string array 

@deprecated; use instructors

**instructors** array 

**student\_ids**string array 

@deprecated; use students

**students** array 

**content\_ids**string array 

**skills**string array 

**duration\_minutes**number 

**provider\_name**string 

**raw**any 

**published\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**time\_estimate\_minutes**number
