visibility
string
Allowed values:
publisheddraft
Example
published
contentType
string
Allowed values:
videoassignmentquiz
Example
video
type
string
Allowed values:
pdfimagedocxpptxxlsxhtmldotxepubwebpgdocmp3doctxtzippptkeyhtmxlsodpodtrtfm4aodsmp4aiavimovwmvmkvwavflacoggpngjpegjpggifbmptiffsvgodgsxwsxcsxirar7zjsonxmlcsvmdobjstlwoffttf
Example
PostMaterialInterface
title
stringtype
stringAllowed values:
pdfimagedocxpptxxlsxhtmldotxepubwebpgdocmp3doctxtzippptkeyhtmxlsodpodtrtfm4aodsmp4aiavimovwmvmkvwavflacoggpngjpegjpggifbmptiffsvgodgsxwsxcsxirar7zjsonxmlcsvmdobjstlwoffttf
url
string
Example
{
"title": "string",
"type": "pdf",
"url": "string"
}
PostInterface
title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringcontentType
stringAllowed values:
videoassignmentquiz
description
stringbucketVideoUrl
stringpostMaterials
array[object]title
stringtype
stringAllowed values:
pdfimagedocxpptxxlsxhtmldotxepubwebpgdocmp3doctxtzippptkeyhtmxlsodpodtrtfm4aodsmp4aiavimovwmvmkvwavflacoggpngjpegjpggifbmptiffsvgodgsxwsxcsxirar7zjsonxmlcsvmdobjstlwoffttf
url
string
Example
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"contentType": "video",
"description": "string",
"bucketVideoUrl": "string",
"postMaterials": [
{
"title": "string",
"type": "pdf",
"url": "string"
}
]
}
SubCategoryInterface
title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringposts
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringcontentType
stringAllowed values:
videoassignmentquiz
description
stringbucketVideoUrl
stringpostMaterials
array[object]
Example
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"posts": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"contentType": "video",
"description": "string",
"bucketVideoUrl": "string",
"postMaterials": [
{}
]
}
]
}
CategoryInterface
title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringposts
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringcontentType
stringAllowed values:
videoassignmentquiz
description
stringbucketVideoUrl
stringpostMaterials
array[object]subCategories
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringposts
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringcontentType
stringAllowed values:
videoassignmentquiz
description
stringbucketVideoUrl
stringpostMaterials
array[object]
Example
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"posts": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"contentType": "video",
"description": "string",
"bucketVideoUrl": "string",
"postMaterials": [
{}
]
}
],
"subCategories": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"posts": [
{}
]
}
]
}
InstructorDetails
name
stringdescription
string
Example
{
"name": "string",
"description": "string"
}
ProductInterface
title
stringdescription
stringimageUrl
stringcategories
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringposts
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringcontentType
stringAllowed values:
videoassignmentquiz
description
stringbucketVideoUrl
stringpostMaterials
array[object]title
stringtype
stringAllowed values:
pdfimagedocxpptxxlsxhtmldotxepubwebpgdocmp3doctxtzippptkeyhtmxlsodpodtrtfm4aodsmp4aiavimovwmvmkvwavflacoggpngjpegjpggifbmptiffsvgodgsxwsxcsxirar7zjsonxmlcsvmdobjstlwoffttf
url
stringsubCategories
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringposts
array[object]title
stringvisibility
stringAllowed values:
publisheddraft
thumbnailUrl
stringcontentType
stringAllowed values:
videoassignmentquiz
description
stringbucketVideoUrl
stringpostMaterials
array[object]title
stringtype
stringAllowed values:
pdfimagedocxpptxxlsxhtmldotxepubwebpgdocmp3doctxtzippptkeyhtmxlsodpodtrtfm4aodsmp4aiavimovwmvmkvwavflacoggpngjpegjpggifbmptiffsvgodgsxwsxcsxirar7zjsonxmlcsvmdobjstlwoffttf
url
stringinstructorDetails
objectname
stringdescription
string
Example
{
"title": "string",
"description": "string",
"imageUrl": "string",
"categories": [
{
"title": "string",
"visibility": "published",
"thumbnailUrl": "string",
"posts": [
{}
],
"subCategories": [
{}
]
}
],
"instructorDetails": {
"name": "string",
"description": "string"
}
}
PublicExporterPayload
locationId
stringuserId
stringproducts
array[object]title
stringdescription
stringimageUrl
stringcategories
array[object]instructorDetails
object
Example
{
"locationId": "string",
"userId": "string",
"products": [
{
"title": "string",
"description": "string",
"imageUrl": "string",
"categories": [
{}
],
"instructorDetails": {}
}
]
}