Skip to contents

Retrieves information about a specific course section using the Canvas LMS API.

Usage

get_section_information(canvas, course_id, section_id)

Arguments

canvas

A list containing the 'api_key' and 'base_url' for authentication.

course_id

The ID of the course.

section_id

The ID of the section.

Value

The information about the section.