/plans

Collection of plans in a system, federation of systems, or in a default courseCatalog.

get

Get all plans in the system or default courseCatalog.

post

Create a new plan in the default courseCatalog.

Entity representing a plan form metadata.

get

Get form metadata for creating a new plan.

Entity representing a plan

get

Get a plan given its id.

put

Update a given plan.

delete

Delete a given plan.

Entity representing a plan form metadata for update

get

Get form metadata for updating an existing plan.

/lessons

Collection of lessons in a system, federation of systems, or in a default courseCatalog.

get

Get all lessons in the system or default courseCatalog.

post

Create a new lesson in the default courseCatalog.

Entity representing a lesson form metadata.

get

Get form metadata for creating a new lesson.

Entity representing a lesson

get

Get a lesson given its id.

put

Update a given lesson.

delete

Delete a given lesson.

Entity representing a lesson form metadata for update

get

Get form metadata for updating an existing lesson.

/course-catalogs

Collection of course-catalogs in a system or federation of systems.

get

Get all course-catalogs.

post

Create a new course-catalog.

Entity representing a courseCatalog form metadata.

get

Get form metadata for creating a new courseCatalog.

The root courseCatalogs in the courseCatalog hierarchy. A node with no parents is an orphan. While all courseCatalog Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-course-catalog

Entity representing a course-catalog

get

Get a course-catalog given its id.

put

Update a given course-catalog.

delete

Delete a given course-catalog.

Entity representing a courseCatalog form metadata for update

get

Get form metadata for updating an existing courseCatalog.

get

Get child courseCatalogs for the given courseCatalog in the hierarchy.

put

Add courseCatalog as child of the given courseCatalog in the hierarchy.

delete

Remove the given courseCatalog as a child of the given courseCatalog in the hierarchy.

get

Get parent courseCatalogs for the given courseCatalog in the hierarchy.

get

Get all plans in this courseCatalog

put

Add the given plan to this courseCatalog

delete

Remove the given plan from the courseCatalog.

get

Get all lessons in this courseCatalog

put

Add the given lesson to this courseCatalog

delete

Remove the given lesson from the courseCatalog.