Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 16.9 KB

File metadata and controls

26 lines (23 loc) · 16.9 KB

Course

Fields

Field Type Required Description Example
active T.nilable(T.any(T::Boolean, Models::Shared::Course2)) Whether the course is active and available for users. true
authors T::Array<Models::Shared::AuthorModel> The authors of the course [
{
"id": "123",
"name": "John Doe"
}
]
categories T::Array<Models::Shared::Category> The categories associated with this course [
{
"id": "12345",
"name": "Technology"
}
]
content_ids T::Array<::String> The child ID/IDs associated with this course [
"16873-SOFTWARE-ENG-COURSE",
"16874-SOFTWARE-ENG-COURSE"
]
cover_url T.nilable(::String) The URL of the thumbnail image associated with the course. https://www.googledrive.com/?v=16873
created_at Date The date on which the course was created. 2021-07-21T14:00:00.000Z
description T.nilable(::String) The description of the course This course acts as learning content for software engineers.
duration T.nilable(::String) The duration of the course following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string P3Y6M4DT12H30M5S
external_reference T.nilable(::String) The external ID associated with this course SOFTWARE-ENG-LV1-TRAINING-VIDEO-1
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
languages T::Array<Models::Shared::LanguageEnum> The languages associated with this course
provider T.nilable(::String) The name of the course provider Course Provider
remote_content_ids T::Array<::String> Provider's unique identifier of the child content IDs associated with this course [
"e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"e3cb75bf-aa84-466e-a6c1-b8322b257a49"
]
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
skills T::Array<Models::Shared::Skills> The skills associated with this course [
{
"id": "12345",
"name": "Sales Techniques"
}
]
title T.nilable(::String) The title of the course Software Engineer Lv 1
unified_custom_fields T::Hash[Symbol, ::Object] Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
updated_at Date The date on which the course was last updated. 2021-07-21T14:00:00.000Z
url T.nilable(::String) The redirect URL of the course. https://www.linkedinlearning.com/?v=16873