Lessons for a standard
Fetches summary information for all lessons that address a specific academic standard.
Returns lesson summaries (identifier, name, position) that are aligned to this standard, indicating which lessons in the curriculum help students achieve this learning expectation.
Use this endpoint when you need to:
- Find all lessons that teach a specific standard
- Build standards-based lesson sequences
- Track where standards are addressed across the curriculum
- Generate standards coverage reports
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.