Skip to main content
Module

x/gesso/types/params.ts>AdvancedQueryParams

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

Properties

optional
courseid: number

Restrict query to events in the specified course.

optional
assignmentid: number

Restrict query to the given assignment. If “override” is given, query the course final grade override instead.

optional
studentid: number

User id of a student to search grading events for.

optional
graderid: number

User id of a grader to search grading events for.

optional
starttime: Date

The beginning of the time range from which you want events.

optional
endtime: Date

The end of the time range from which you want events.