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

x/gesso/types/params.ts>ListPagesParams

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

Properties

optional
sort: string

Allowed values: title, created_at, updated_at

optional
order: string

Allowed values: asc, desc

optional
searchterm: string

The partial title of the pages to match and return.

optional
published: boolean

If true, include only published paqes. If false, exclude published pages. If not present, do not filter on published status.