Scope and sequence for a course
Returns the complete hierarchical structure of a course including its lesson groupings and lessons in a scope and sequence format.
The structure follows this hierarchy:
- Course → Lesson Groupings (can be nested) → Lessons
Note: Different curricula use different organizational structures. Lesson groupings might be called units, modules, chapters, sections, themes, etc. depending on the curriculum. The groupName property in each lesson grouping indicates what type it is (e.g., “unit”, “section”, “module”).
Use this endpoint when you need to:
- Display the complete course outline or table of contents
- Navigate the course structure programmatically
- Build a course curriculum map or scope and sequence view
- Understand the full instructional progression of a course
The view parameter controls the level of detail:
summary: Returns only essential navigation fields (identifiers, names, positions)full: Returns complete objects with all properties for each element
Documentation Index
Fetch the complete documentation index at: https://docs.learningcommons.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Include your API key in the x-api-key header for all requests.
Path Parameters
The unique identifier of the course
Query Parameters
Controls the level of detail in the response.
summary: Returns only identifiers, names, and positions (lightweight)full: Returns complete objects with all properties (heavyweight)
summary, full Response
Successfully retrieved course scope and sequence
- Option 1
- Option 2
Hierarchical structure of a course showing lesson groupings and lessons (summary view with minimal fields)
The unique identifier of the course
The name of the course
The level of detail included in the response
summary Top-level lesson groupings (e.g., units, modules, chapters) in the course