Retrieve a Lecture
Testing
GET
/courses/{courseId}/chapters/{chapterId}/lectures/{id}
version
: the term used to search and filter the lecture version based on the latest version or specific version using a mongo string id.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/courses//chapters//lectures/?version=latest' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "6b5c2c4ce7ec36db0b10aece",
"title": "Regional Research Facilitator",
"description": "New ABC 13 9370, 13.3, 5th Gen CoreA5-8250U, 8GB RAM, 256GB SSD, power UHD Graphics, OS 10 Home, OS Office A & J 2016",
"lectureType": "on-demand",
"chapterId": "53c59fc9a3e5b5ca8efb5d6c",
"thumbnail": {
"fileId": "d74b5e7053eaf8afad179169",
"url": "http://shimmering-room.com",
"metadata": {
"size": 1000,
"mimetype": "text/x-gwt-rpc",
"name": "test.png"
}
},
"videos": [
{
"fileId": "adb2422f9b79a2c6fe25a383",
"url": "http://compassionate-aunt.info",
"metadata": {
"size": 1000,
"mimetype": "image/ief",
"name": "test.png"
}
}
],
"attachments": [
{
"fileId": "c87aeddadd0c42a46fd74aac",
"url": "https://legal-database.net",
"metadata": {
"size": 1000,
"mimetype": "application/prs.hpub+zip",
"name": "test.png"
}
},
{
"fileId": "0abf1f8f1b741155b850ac0c",
"url": "http://guilty-pan.org",
"metadata": {
"size": 1000,
"mimetype": "application/vnd.oracle.resource+json",
"name": "test.png"
}
}
],
"status": "draft",
"endDateReference": {
"reference": "chapter",
"referenceId": "deserunt commodo incididunt ut Excepteur"
},
"event": {
"id": "Ut enim cupidatat magna",
"calendarId": "dolor consequat ad fugiat",
"name": "reprehenderit beatae nostrum",
"description": "Deleniti adipisci commodi cum fugit illo. Est pariatur laboriosam. Veniam dignissimos quia consequatur fugiat cum dolores autem. Aspernatur consequuntur numquam sequi incidunt enim aperiam totam aspernatur. Esse natus quam omnis numquam. Adipisci totam magni sint eius.",
"attachments": [
"anim sunt id nisi exercitation",
"dolor proident dolore"
],
"dates": {
"startDate": "2024-10-21T02:40:57.258Z",
"endDate": "2024-10-21T02:48:14.541Z"
},
"frequency": {
"type": "weekly",
"periodicity": "month",
"counter": -87412203.58996266,
"days": [
8202392.003623292
],
"endDate": "2024-10-21T13:33:26.477Z"
},
"onPremise": {
"address": "Duis id sit ut velit"
},
"live": {
"roomId": null
},
"parentId": "consequat adipisicing enim",
"entityId": null,
"entityType": "sunt",
"sharedCalendars": [
"pariatur ullamco",
"dolor ullamco consequat non",
"mollit ex enim irure proident"
],
"createdAt": "2024-10-20T16:50:10.944Z",
"updateEventTarget": null,
"calendarsUpdateStrategy": null,
"resetFields": "quis veniam aliquip",
"updatedAt": "2024-10-21T04:50:17.567Z",
"updatedBy": "ut laboris",
"createdBy": "ex minim culpa mollit",
"owner": {
"id": "nostrud amet Excepteur ullamco ipsum",
"type": "sed cillum in aute aliquip"
},
"roomStatus": "in adipisicing",
"parentCalendarEventId": "ad culpa",
"lectureId": "elit amet",
"endDateReference": {
"reference": "ea",
"referenceId": "ex culpa reprehenderit laboris proident"
},
"members": [],
"chapterSummary": {
"title": "minima magni illum",
"id": "ut ullamco dolore sed sunt",
"Dates": "1989-07-10"
}
},
"observers": [
"eb6c055b3fbccfc12fac7627",
"c5fccdd7f13fec6ae92ef21c"
],
"teachers": [
"fcabbd4def3cd07c54ce24af",
"108810722eb9dab2d21c760c",
"643e5febefc7c2afb449e6a6"
],
"attendants": [
"e0ccb0433dd6eba7b79c9ddf",
"df9affb0ae4f30f45cb1eacd",
"68ca179c55425dc027bcefad"
],
"duration": 67,
"dates": {
"startDate": "2059-05-25T10:04:45.215Z",
"endDate": "2077-04-23T15:59:23.594Z"
},
"mandatory": true,
"hasClone": true,
"accessLevel": "paid",
"roleException": [
{
"profileId": "a9c17ee3f04eaaccbb235fcf",
"role": "course-observer",
"originalRole": "course-teacher"
}
],
"suspension": "temporary",
"latestVersion": "b7332551-59f6-4336-93e3-eccb59b11280",
"selectedVersion": "1e53e5ad-4064-46fd-b908-70e5acc48cbf",
"original": "1becdcc4c7bfee6529aaafc4",
"previous": "cd534ebb41cc190ccbecaf7f",
"createdAt": "2024-10-20T17:01:32.328Z",
"updatedAt": "2024-10-21T10:58:30.220Z"
}
Request
Path Params
courseId
stringÂ
required
chapterId
stringÂ
required
id
stringÂ
required
Query Params
version
stringÂ
optional
The value is either
latest
or version timestamp like 2024_09_19_12:32:06
Example:
latest
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 10:58:53