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

Databases

Path: filloutforms.db.databases.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.

Forms

Path: filloutforms.db.forms.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.

Records

Path: filloutforms.db.records.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.

Submissions

Path: filloutforms.db.submissions.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.

Webhooks

Path: filloutforms.db.webhooks.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.