Fetches a list of StandardsFrameworkItems for a specific standards framework.
This endpoint retrieves academic standards from a single standards framework identified by its CASE 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:
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:
API key for authentication. Include your API key in the x-api-key header for all requests.
The CASE UUID of the standards framework to retrieve academic standards from. This identifies which state or jurisdictional standards framework to query. You must provide this parameter to scope the academic standards query to a specific standards framework.
Filter by grade level. Can be specified multiple times to include multiple grades.
Educational grade level
PK, K, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Filter by academic subject area Academic subject area
English Language Arts, Mathematics, Science, Social Studies, Other Filter standards by their normalized classification. Use this to retrieve only instructional standards (exclude organizational groupings) or to separate different types of framework elements. Normalized classification of a standards framework item
Standard, Standard Grouping, Other 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.