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

Media

Path: dynapictures.db.media.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.

Templates

Path: dynapictures.db.templates.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: dynapictures.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.

Workspaces

Path: dynapictures.db.workspaces.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.