Skip to main content
Module

x/gesso/types/params.ts>ListOfCommmessagesForUserParams

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

Properties

optional
userid: string

The user id for whom you want to retrieve CommMessages

optional
starttime: Date

The beginning of the time range you want to retrieve message from. Up to a year prior to the current date is available.

optional
endtime: Date

The end of the time range you want to retrieve messages for. Up to a year prior to the current date is available.