Dependency map for a curriculum
Returns the dependency relationships between lesson groupings within a curriculum.
Dependencies represent prerequisite relationships between lesson groupings (units, sections, modules). A dependency from source → target means the target is a prerequisite — it should be taught before the source.
Use this endpoint when you need to:
- Visualize the dependency graph for a curriculum
- Understand prerequisite relationships between units or sections
- Build a dependency-aware course planner or sequencing tool
Authorizations
API key for authentication. Include your API key in the x-api-key header for all requests.
Path Parameters
The identifier for the curriculum to retrieve dependencies for. Curriculum identifier
im360 Query Parameters
Maximum number of results to return. Default is 100. Maximum allowed is 1000.
1 <= x <= 1000Cursor for pagination. Obtain this value from the 'nextCursor' field in the previous response. Omit for the first page.
Response
Successfully retrieved dependency map