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

Comments

Path: zendesk.db.comments.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.

Tickets

Path: zendesk.db.tickets.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.

Users

Path: zendesk.db.users.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.