[GET] /cbe/curriculum/framework/{framework_id}/hierarchy-by-depth
[GET] /cbe/curriculum/framework/{framework_id}/hierarchy-by-depth
From the route alone, it is unclear what the resource is for this endpoint.
For example, is a framework being returned? Or a list of objective sets?
In reality, this endpoint returns a hierarchical list of nodes associated with the specified framework.
In addition,
framework
itself should be plural, i.e.frameworks
, because/cbe/curriculum/frameworks
is the collection of frameworks.
Last updated