Create a Lecture
Testing
POST
/courses/{courseId}/chapters/{chapterId}/lectures
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.aladia.io/v2/courses//chapters//lectures' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Lecture 1",
"description": "Lecture 1 description",
"type": "on-demand"
}'
Response Response Example
201 - Success
{
"id": "cfb5ba8c729ccc049c79174f",
"title": "Investor Assurance Analyst",
"description": "Andy shoes are designed to keeping in mind durability as well as trends, the most stylish range of shoes & sandals",
"lectureType": "on-demand",
"chapterId": "574c2f187a9ecc8de510efcd",
"thumbnail": {
"fileId": "5abd3fceb8b98caa57cacbb4",
"url": "https://masculine-limit.com",
"metadata": {
"size": 1000,
"mimetype": "application/vnd.spotfire.dxp",
"name": "test.png"
}
},
"videos": [
{
"fileId": "c2870da5ee9408e804454a1f",
"url": "http://outrageous-sled.org",
"metadata": {
"size": 1000,
"mimetype": "application/vnd.uplanet.channel-wbxml",
"name": "test.png"
}
}
],
"attachments": [
{
"fileId": "90eb7a7214d2ad0fe294142c",
"url": "http://puzzled-voice.info",
"metadata": {
"size": 1000,
"mimetype": "application/rlmi+xml",
"name": "test.png"
}
},
{
"fileId": "f2304ac0fb8a7a209b3bb72a",
"url": "http://imaginary-divine.com",
"metadata": {
"size": 1000,
"mimetype": "application/vnd.3gpp.mcvideo-user-profile+xml",
"name": "test.png"
}
}
],
"status": "draft",
"endDateReference": {
"reference": "chapter",
"referenceId": "dolor"
},
"event": {
"id": "ex",
"calendarId": "consequat sunt nisi labore",
"name": "quo occaecati quas",
"description": "Mollitia autem consequatur voluptatibus earum ipsam numquam quia. Minus magni facere amet sint iste. Sed saepe repudiandae sit quam nesciunt repudiandae dolor ratione. Illo a ratione possimus dolor vel dolor delectus autem. Quam suscipit fugit veniam ullam.",
"attachments": [
"proident",
"incididunt",
"velit nisi culpa dolor"
],
"dates": {
"startDate": "2024-10-20T21:42:27.619Z",
"endDate": "2024-10-21T13:33:33.303Z"
},
"frequency": {
"type": "does-not-repeat",
"periodicity": "day",
"counter": 62986708.43504405,
"days": [
62047303.70734978
],
"endDate": "2024-10-21T04:43:45.001Z"
},
"onPremise": {
"address": "aliquip nostrud consequat"
},
"live": {
"roomId": "Excepteur dolore dolore"
},
"parentId": "labore voluptate",
"entityId": "est in",
"entityType": null,
"sharedCalendars": [
"Ut eiusmod irure Duis elit",
"reprehenderit"
],
"createdAt": "2024-10-20T23:59:53.415Z",
"updateEventTarget": null,
"calendarsUpdateStrategy": null,
"resetFields": "in eiusmod id irure",
"updatedAt": "2024-10-20T18:32:43.884Z",
"updatedBy": "eu voluptate irure",
"createdBy": "consectetur fugiat",
"owner": null,
"roomStatus": "commodo",
"parentCalendarEventId": "dolor do fugiat dolor",
"lectureId": "incididunt laboris id",
"endDateReference": {
"reference": "ut cillum id",
"referenceId": "esse fugiat sunt Lorem"
},
"members": null,
"chapterSummary": {
"title": "explicabo sint quaerat",
"id": "sit Ut quis labore",
"Dates": "1985-03-31"
}
},
"observers": [
"8c6f6baac00effadd59a3f8b",
"e4de90deed119b1a5b6599ba"
],
"teachers": [
"ed1fabc5181de8f6add1e6bd"
],
"attendants": [
"0418cb63ec8ff8f738c90f23"
],
"duration": 67,
"dates": {
"startDate": "2010-02-14T08:05:15.125Z",
"endDate": "1994-12-16T10:39:26.240Z"
},
"mandatory": true,
"hasClone": true,
"accessLevel": "paid",
"roleException": [
{
"profileId": "4fcfbf82145d787bebfdf4da",
"role": "course-observer",
"originalRole": "course-teacher"
},
{
"profileId": "904baeb4b5fb83dfd9da2adb",
"role": "course-observer",
"originalRole": "course-teacher"
}
],
"suspension": "temporary",
"latestVersion": "ab810b9a-ca17-4b38-b616-ea1cff60f0c0",
"selectedVersion": "bacdbbda-0944-4018-9175-505e767d2ef9",
"original": "b0caadbf4b1f50cd55bd8509",
"previous": "2f7cbe103c86d3adcf4f2c53",
"createdAt": "2024-10-20T17:01:41.874Z",
"updatedAt": "2024-10-20T21:56:58.178Z"
}
Request
Path Params
courseId
stringÂ
required
chapterId
stringÂ
required
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params application/json
Responses
Modified at 2025-04-08 10:56:37