Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gesso/types/params.ts>CreateEnrollmentTermParams

A TypeScript API client for Canvas LMS
Latest
interface CreateEnrollmentTermParams
import { type CreateEnrollmentTermParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
enrollmenttermname: string

The name of the term.

optional
enrollmenttermstartat: Date

The day/time the term starts. Accepts times in ISO 8601 format, e.g. 2015-01-10T18:48:00Z.

optional
enrollmenttermendat: Date

The day/time the term ends. Accepts times in ISO 8601 format, e.g. 2015-01-10T18:48:00Z.

optional
enrollmenttermsistermid: string

The unique SIS identifier for the term.

optional
enrollmenttermoverridesenrollmenttypestartat: Date

The day/time the term starts, overridden for the given enrollment type. enrollment_type can be one of StudentEnrollment, TeacherEnrollment, TaEnrollment, or DesignerEnrollment

optional
enrollmenttermoverridesenrollmenttypeendat: Date

The day/time the term ends, overridden for the given enrollment type. enrollment_type can be one of StudentEnrollment, TeacherEnrollment, TaEnrollment, or DesignerEnrollment