Skip to content

Courses Object ​



id
string
REQUIRED · 

The unique identifier for the course

title
string

The title of the course

description
string

The description of the course

code
string

A course code or SKU, when available

type
string

The type of learning item

All possible enum values:
  • course
  • path
  • curriculum
  • program
  • microlearning
  • other
status
string

The publication or availability status of the course

All possible enum values:
  • draft
  • published
  • archived
  • disabled
  • unknown
language
string

The primary language of the course, when available. Example: en

duration_seconds
integer

The estimated duration of the course in seconds, when available

level
string

The difficulty level of the course, when available

All possible enum values:
  • beginner
  • intermediate
  • advanced
  • mixed
  • unknown
urls
object[]

The URLs related to the course.

url
string

The URL

type
string

The type of URL

tags
object[]

Tags applied to the course

id
string

The tag's unique identifier

name
string

The tag's name

categories
object[]

Categories the course belongs to, when available

id
string

The category's unique identifier

name
string

The category's name

organization
object

The organization or tenant the course belongs to, when available

id
string

The unique identifier for an organization

name
string

The name of the organization

published_at
string · date-time

The date and time the course was published, when available

created_at
string · date-time

The date and time the course record was created

updated_at
string · date-time

The date and time the course record was last updated

custom_fields
object

Provider or customer specific fields mapped into a flexible key-value object

remote_data
object

Raw data returned from the remote API call.