- Social
- Comments
- Posts
- Reactions
- Story Groups
- Stories
- Social Views
- Social Collections
- Saved Posts
- Hidden Socials
- Calendar
- Calendars
- Events
- Event Rooms
- Authentication
- Global
- Profile
- Organizations
- Search Brand Fetch Brands
- Verify Organization
- Remove a Site
- Create a Site
- Invite Organization Branch
- List All Branches
- Accept Branch Invitation
- Decline Branch Invitation
- List All Organization Collaborators
- List All Organizations
- Search Organizations
- Retrieve an Organization
- Update an Organization
- Delete an Organization
- Create an Organization
- Search Brands
- List All Social Links
- Members
- List All Members
- Search Members
- Invite Organization Members
- Delete Invitation
- Update a Member
- Retrieve a Member
- Delete a Member
- Delete Multiple Members
- Accept Organization Invitation
- Decline Organization Invitation
- Check Member Existence
- Retrieve Invitation Link
- Retrieve Invitation Object
- Retrieve Non-Paginated Organization Members
- List All Resources of an Organization
- Update Member Resource Roles-V1
- Update Member Resource Roles-V2
- Followers
- Groups
- Profiles
- Experiences
- Group Members
- Profile Search History
- Alumni
- Favorites
- Retrieve an Invitation link
- Organizations
- Notification
- Storage
- Space
- Folders
- Space Members
- Check Member Existence
- List All Members
- Search Members
- Search Potential Members
- Add a Member
- Invite Members
- Retrieve an Invitation Link
- Accept an Invitation
- Decline an Invitation
- Update a Member
- Assign License
- Assign License to an Organization Group
- Remove a License
- Search License-Assigned Members and Groups
- Remove a Member
- Delete an Invitation
- Leave a Space
- Spaces
- Health
- Course
- Course Versions
- Completions
- Certificates
- Courses
- List All Courses
- Publish a Course
- Delete a Course
- Retrieve a Course
- Create a Course
- Update a Course
- Search a Course
- Delete All Course
- Review a Course
- Start a Course
- Create a Cycle
- Delete a Cycle
- Clone a Course
- Update Cycles
- List All Courses With Published Verifying Status
- Search Courses With Published Verifying Status
- List All Languages Course Count
- List All Skills Course Count
- Update a Course Certificate
- Create a Coupon
- Update a Coupon
- Delete a Coupon
- Update Version
- Compare Latest Course
- Categories
- Course Members
- Chapters
- Lectures
- Subjects
- Webhook
- Analytics
Retrieve Lecture Versions
Developing
GET
/courses/{courseId}/chapters/{chapterId}/lectures/versions/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/courses//chapters//lectures/versions/' \
--header 'apikey: '
Response Response Example
200 - Success
{
"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
}
}
Request
Path Params
courseId
stringÂ
required
chapterId
stringÂ
required
id
stringÂ
required
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
🟢200Success
application/json
Body
data
array[object (lecture.rto) {24}]Â
required
id
stringÂ
required
title
stringÂ
required
description
stringÂ
optional
type
stringÂ
optional
chapterId
stringÂ
optional
subjectId
string  | nullÂ
optional
thumbnail
optional
videos
array[object (File) {3}]  | nullÂ
optional
attachments
array[object (File) {3}]  | nullÂ
optional
status
stringÂ
optional
endDateReference
objectÂ
optional
event
optional
observers
array[string]Â |Â nullÂ
optional
teachers
array[string]Â |Â nullÂ
optional
attendants
array[string]Â |Â nullÂ
optional
duration
numberÂ
optional
dates
optional
mandatory
booleanÂ
optional
accessLevel
stringÂ
optional
parentId
stringÂ
optional
roleException
array[string]
optional
suspension
stringÂ
optional
createdAt
stringÂ
required
updatedAt
stringÂ
required
next
stringÂ
required
prev
stringÂ
required
totalItems
integerÂ
required
🟠401Unauthorized
🟠422Parameter Error
🟠403Forbidden
Modified at 2025-04-08 13:31:42