v8
latestOpenAPI 3.1.02026-08-033623795.0 MBCourse chapters
Retrieve course chapter
Retrieves the details of an existing course chapter.
Required permissions:
- courses:read
get/course_chapters/{id}
Path parameters
idstring required
Example:chap_xxxxxxxxxxxxx
The unique identifier of the chapter to retrieve.
Response
A successful response
Example response
{
"id": "chap_xxxxxxxxxxxxx",
"lessons": [
{
"id": "lesn_xxxxxxxxxxxxx",
"order": 42,
"title": "Understanding Candlestick Patterns"
}
],
"order": 42,
"title": "Getting Started"
}