Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 27.9 KB

File metadata and controls

32 lines (29 loc) · 27.9 KB

Content

Fields

Field Type Required Description Example
id JsonNullable<String> Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
unifiedCustomFields Map<String, Object> Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
externalReference JsonNullable<String> The external ID associated with this content SOFTWARE-ENG-LV1-TRAINING-VIDEO-1
courseIds List<String> The parent ID/IDs associated with this content [
"16873-SOFTWARE-ENG-COURSE",
"16874-SOFTWARE-ENG-COURSE"
]
remoteCourseIds List<String> Provider's unique identifier of the parent course ID associated with this content [
"e3cb75bf-aa84-466e-a6c1-b8322b257a48",
"e3cb75bf-aa84-466e-a6c1-b8322b257a49"
]
title JsonNullable<String> The title of the content Software Engineer Lv 1
description JsonNullable<String> The description of the content This video acts as learning content for software engineers.
languages List<LanguageEnum> The languages associated with this content
contentUrl JsonNullable<String> The external URL of the content https://www.youtube.com/watch?v=16873
mobileLaunchContentUrl JsonNullable<String> The mobile friendly URL of the content https://www.mobile.youtube.com/watch?v=16873
contentType JsonNullable<ContentType> The type of content
coverUrl JsonNullable<String> The URL of the thumbnail image associated with the content. https://www.googledrive.com/?v=16873
active JsonNullable<ContentActive> Whether the content is active and available for users. true
duration JsonNullable<String> The duration of the content following the ISO8601 standard. If duration_unit is applicable we will derive this from the smallest unit given in the duration string or the minimum unit accepted by the provider. P3Y6M4DT12H30M5S
categories List<Category> The categories associated with this content [
{
"id": "12345",
"name": "Technology"
}
]
skills List<Skills> The skills associated with this course [
{
"id": "12345",
"name": "Sales Techniques"
}
]
order JsonNullable<Double> The order of the individual content within a content grouping. This is not applicable for pushing individual content. 1
provider JsonNullable<String> The name of the content provider Content Provider
shortDescription JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

A short description or summary for the content
This course is a valuable resource and acts as learning content for...
localizations List<LocalizationModel> Localised content information [
{
"title": "Software Engineer Lv 1",
"description": "This video acts as learning content for software engineers.",
"languages": {
"value": "en-US",
"source_value": "string"
}
}
]
tags List<String> A list of tags associated with the content [
"Sales Techniques",
"Customer Service"
]
authors List<AuthorModel> The authors of the content [
{
"id": "123",
"name": "John Doe"
}
]
updatedAt OffsetDateTime The date on which the content was last updated. 2021-07-21T14:00:00.000Z
createdAt OffsetDateTime The date on which the content was created. 2021-07-21T14:00:00.000Z