canvas_list_modules
Retrieve all course modules within Canvas LMS by providing the course ID. Simplify course management and module tracking with this API integration tool.
Instructions
List all modules in a course
Input Schema
Name | Required | Description | Default |
---|---|---|---|
course_id | Yes | ID of the course |
Input Schema (JSON Schema)
{
"properties": {
"course_id": {
"description": "ID of the course",
"type": "number"
}
},
"required": [
"course_id"
],
"type": "object"
}