AladiaDocs
Api referenceCoursesChaptersLectures

Retrieve a lecture

GET
/v2/courses/{courseId}/chapters/{chapterId}/lectures/{id}
AuthorizationBearer <token>

In: header

Path Parameters

courseId*string
chapterId*string
id*string

Query Parameters

cycleId?string
encryptedId?string
spaceId?string
folderId?string

Response Body

application/json

curl -X GET "https://example.com/v2/courses/string/chapters/string/lectures/string"
{}