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

Certificates

Path: cdrplatform.db.certificates.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.

Price Quotes

Path: cdrplatform.db.priceQuotes.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.

Removal Requests

Path: cdrplatform.db.removalRequests.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.