Learning components for a standard
Fetches a list of LearningComponents that support a specific StandardsFrameworkItem.
This endpoint retrieves all learning components that are aligned to a given academic standard through the “supports” relationship. Learning components break down broad academic standards into granular, teachable skills, making them actionable for lesson planning and assessment design.
Use this endpoint when you need to:
- Find the specific skills that compose a given academic standard
- Identify granular learning targets for instruction aligned to an academic standard
- Map learning components to your curriculum or assessment items
- Understand how a broad academic standard breaks down into teachable units
Note: Learning component alignments are currently available primarily for Mathematics academic standards. Academic standards in other subjects or certain special categories (e.g., Standards for Mathematical Practice, Pre-K, advanced math) may not have LC alignments.
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.