Skip to main content
The Canvas plugin syncs data locally. Use corsair.canvas.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Accounts

Path: canvas.db.accounts.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Assignments

Path: canvas.db.assignments.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Courses

Path: canvas.db.courses.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Enrollments

Path: canvas.db.enrollments.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Users

Path: canvas.db.users.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.