v1

latestOpenAPI 3.0.32026-07-262637132.9 KB
Academic Standards
Hierarchy

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:

  • Understanding the hasChild relationship
get/academic-standards/{caseIdentifierUUID}/children

Path parameters

caseIdentifierUUIDstring uuid required

CASE Network UUID for the resource

Query parameters

limitinteger

Maximum number of results to return

cursorstring

Pagination cursor obtained from the nextCursor field in a previous response (not needed for the first page)

Response

Successfully retrieved list of child standards