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

x/gesso/src/Analytics.ts>Analytics

A TypeScript API client for Canvas LMS
Latest
class Analytics
extends BaseApi
import { Analytics } from "https://deno.land/x/gesso@v0.1.2/src/Analytics.ts";

Constructors

new
Analytics(config: Configuration)

Methods

getCourselevelAssignmentData(
course_id: string,
body?: unknown,
): Promise<Assignment[]>
getCourselevelParticipationData(course_id: string, body?: unknown): Promise<Page>
getCourselevelStudentSummaryData(
course_id: string,
body?: unknown,
): Promise<unknown>
getDepartmentlevelGradeData(
account_id: string,
term_id: string,
body?: unknown,
): Promise<Grade>
getDepartmentlevelParticipationData(
account_id: string,
term_id: string,
body?: unknown,
): Promise<Course>
getDepartmentlevelStatistics(
account_id: string,
term_id: string,
body?: unknown,
): Promise<unknown>
getDepartmentlevelStatisticsBrokenDownBySubaccount(
account_id: string,
term_id: string,
body?: unknown,
): Promise<unknown>
getUserinacourselevelAssignmentData(
course_id: string,
student_id: string,
body?: unknown,
): Promise<Assignment[]>
getUserinacourselevelMessagingData(
course_id: string,
student_id: string,
body?: unknown,
): Promise<Conversation>
getUserinacourselevelParticipationData(
course_id: string,
student_id: string,
body?: unknown,
): Promise<unknown>