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

Account

Path: cincopa.db.account.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.

Assets

Path: cincopa.db.assets.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.

Galleries

Path: cincopa.db.galleries.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.

Upload Status

Path: cincopa.db.uploadStatus.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.