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

Properties

Path: apaleo.db.properties.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.

Unit Attributes

Path: apaleo.db.unitAttributes.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.

Unit Groups

Path: apaleo.db.unitGroups.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.

Units

Path: apaleo.db.units.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.