Skip to main content
Latest
interface ListUncollatedSubmissionVersionsParams
import { type ListUncollatedSubmissionVersionsParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
courseid: number

The id of the contextual course for this API call

optional
assignmentid: number

The ID of the assignment for which you want to see submissions. If absent, versions of submissions from any assignment in the course are included.

optional
userid: number

The ID of the user for which you want to see submissions. If absent, versions of submissions from any user in the course are included.

optional
ascending: boolean

Returns submission versions in ascending date order (oldest first). If absent, returns submission versions in descending date order (newest first).