v1

latestOpenAPI 3.0.32026-07-262637132.9 KB
Academic Standards

Standards in a framework

Fetches a list of StandardsFrameworkItems for a specific standards framework.

This endpoint retrieves academic standards from a single standards framework identified by its CASE Network UUID. You can further filter the results by grade level or classification type. This is useful when you need to work with academic standards from a specific state or jurisdiction.

Use this endpoint when you need to:

  • Get all academic standards within a specific standards framework
  • Find academic standards for a particular grade level within a standards framework
  • Filter academic standards by subject area (e.g., only Mathematics academic standards)
  • Filter academic standards by their normalized classification (e.g., only instructional academic standards, not organizational groupings)
  • Retrieve a subset of a standards framework's academic standards for display or processing

The endpoint returns paginated results. Use the limit and cursor parameters to control the number of results returned and navigate through large result sets.

Related topics:

  • Understanding StandardsFrameworkItem classifications
get/academic-standards

Query parameters

standardsFrameworkCaseIdentifierUUIDstring uuid required

CASE Network UUID for the resource

gradeLevelGradeLevelENUM[]
academicSubject'English Language Arts' | 'Mathematics' | 'Science' | 'Social Studies' | 'Other'

Academic subject area

normalizedStatementType'Standard' | 'Standard Grouping' | 'Other'

Classification label that has been standardized across standards frameworks for cross-state queries and categorization

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 standards