vendors

Export Vendors

Filtered, unpaginated CSV export of the Overview table.

Honors the same filters/search/sort as GET /vendors/all. Available to anyone who can view the page (same gating as the list endpoint — no additional permission check). columns mirrors the Columns picker: a list of standard column ids and/or custom_field:<uuid> entries, in the order to emit them; omitted exports every standard column followed by every non-canonical custom field defined for vendors.

get/vendors/all/export

Query parameters

columnsstring[] nullable
status'active' | 'archived'
qstring nullable
lifecycle_statusstring[] nullable
entity_typeEntityType[] nullable
inherent_riskstring[] nullable
subcontractor_idsstring[] nullable
assignee_idsstring[] nullable
custom_fieldstring[] nullable
custom_field_textstring[] nullable
custom_field_numberstring[] nullable
custom_field_datestring[] nullable
next_review_fromstring date nullable
next_review_tostring date nullable
sort_bystring nullable
sort_dirstring

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.