Prerequisites for a standard
Fetches StandardsFrameworkItems that build towards the specified academic standard through the “buildsTowards” relationship.
This endpoint retrieves academic standards where proficiency supports the likelihood of success in the target academic standard. These are the foundational skills or concepts that contribute to mastery of the given academic standard. The relationship is directional but does not require strict prerequisite order - students don’t need to fully master prerequisites before engaging with the target academic standard.
Use this endpoint when you need to:
- Identify foundational academic standards students should be familiar with before tackling a target academic standard
- Trace backward through a learning progression to understand dependencies
- Design remediation or review activities based on prerequisite skills
- Map out a coherent learning pathway for students
Note: Learning progression data is currently based on Student Achievement Partners’ Coherence Map for Common Core State Standards for Mathematics. Coverage for other subjects and frameworks may be limited.
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.