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:
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:
API key for authentication. Include your API key in the x-api-key header for all requests.
The CASE UUID identifier from the CASE Network published by 1EdTech
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.