Children of a standard
Fetches StandardsFrameworkItems that are direct children of the specified academic standard through the “hasChild” relationship.
This endpoint retrieves academic standards that are hierarchically organized under the given academic standard. This allows you to navigate down the standards framework hierarchy from domains to clusters to individual academic standards, or from any parent grouping to its children.
Use this endpoint when you need to:
- Navigate down the standards framework hierarchy (e.g., from domain to academic standards)
- Get all academic standards within a specific grouping or cluster
- Build tree visualizations of standards framework structures
- Explore the organizational structure of a standards document
Note: This returns direct children only, not all descendants. To get all descendants, you’ll need to traverse multiple levels.
The endpoint returns paginated results. Use the limit and cursor parameters to control the number of results returned.
Related topics:
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 CASE UUID identifier from the CASE Network published by 1EdTech
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.