Skip to main content
Module

x/gesso/types/params.ts>ListCourseMembershipsParams

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

Properties

optional
rlid: string

If specified only NamesAndRoleMemberships with access to the LTI link references by this rlid will be included. Also causes the member array to be included for each returned NamesAndRoleMembership. If the role parameter is also present, it will be 'and-ed' together with this parameter

optional
role: string

If specified only NamesAndRoleMemberships having this role in the given Course will be included. Value must be a fully-qualified LTI/LIS role URN. If the rlid parameter is also present, it will be 'and-ed' together with this parameter

optional
limit: string

May be used to limit the number of NamesAndRoleMemberships returned in a page. Defaults to 50.