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

Absences

Path: breathehr.db.absences.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.

Accounts

Path: breathehr.db.accounts.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.

Departments

Path: breathehr.db.departments.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.

Employee Expenses

Path: breathehr.db.employeeExpenses.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.

Employees

Path: breathehr.db.employees.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.

Leave Requests

Path: breathehr.db.leaveRequests.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.

Sicknesses

Path: breathehr.db.sicknesses.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.