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

Account

Path: dropboxsign.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.

Api App

Path: dropboxsign.db.apiApp.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.

Bulk Send Job

Path: dropboxsign.db.bulkSendJob.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.

Fax

Path: dropboxsign.db.fax.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.

Signature Request

Path: dropboxsign.db.signatureRequest.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.

Team

Path: dropboxsign.db.team.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.

Template

Path: dropboxsign.db.template.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.