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:
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:
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.