Activities in a lesson
Fetches a list of activities within a specific lesson.
An activity represents a discrete instructional task or exercise within a lesson, designed for students, teachers, or both. Activities are the building blocks of lessons and typically include specific tasks, exercises, discussions, or practice problems that help achieve the lesson’s learning objectives.
Use this endpoint when you need to:
- Get all activities for a specific lesson
- Navigate the instructional components of a lesson
- Access activity metadata including timing, grouping, and submission requirements
- Build lesson plans or instructional sequences
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 unique identifier of the lesson
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.