This document is generated by Aladia.
curl --location --request GET 'https://api.aladia.io/v2/courses//chapters//lectures/versions/' \
--header 'apikey: '
{
"data": [
{
"id": "66598b72f145686b46b3cb70",
"title": "Lecture 1",
"lectureType": "onDemand",
"description": "Lecture 1 description",
"attachments": [],
"completion": 0,
"status": "draft",
"chapterId": "663b465ba1d0987c83c52a87",
"createdAt": "2024-05-31T08:33:54.892Z",
"updatedAt": "2024-05-31T08:33:54.892Z"
}
],
"cursor": {
"next": null,
"prev": null,
"totalItems": 1
}
}