Skip to main content

Overview

An export preset is a named, ordered list of export column keys that one user saved for one entity type (for example event, insured, policy or quote). GET /api/external/companies/{companyId}/export-presets returns every preset in the company, including presets saved by other users. Results are not paginated and are ordered by entityType, then name. Preset names are not unique, so two presets with the same name can both appear.

Filtering

Permissions

Example Response

owner is null when the preset has no owner. entityType and name can also be null, and fieldKeys is empty, for presets that were saved without those values.