Skip to main content
Module

x/gesso/types/params.ts>ListMissingSubmissionsParams

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

Properties

optional
userid: string

the student's ID

optional
observeduserid: string

Return missing submissions for the given observed user. Must be accompanied by course_ids[]. The user making the request must be observing the observed user in all the courses specified by course_ids[].

optional
include: string[]

Allowed values: planner_overrides, course

optional
filter: string[]

Allowed values: submittable, current_grading_period

optional
course_ids: string[]

Optionally restricts the list of past-due assignments to only those associated with the specified course IDs. Required if observed_user_id is passed.