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

Attributes

Path: certifier.db.attributes.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.

Credential Interactions

Path: certifier.db.credentialInteractions.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.

Credentials

Path: certifier.db.credentials.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.

Designs

Path: certifier.db.designs.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.

Email Templates

Path: certifier.db.emailTemplates.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.

Groups

Path: certifier.db.groups.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.