vendor_services
Export Services
Filtered, unpaginated CSV export of the Services table.
Honors the same filters/search/sort as GET /vendor-services/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 services. One row per service (services don't nest).
get/vendor-services/all/export
Query parameters
columnsstring[] nullable
status'active' | 'archived'
qstring nullable
criticalitystring[] nullable
inherent_riskstring[] nullable
lifecycle_statusstring[] nullable
vendor_idsstring[] nullable
entity_typeEntityType[] nullable
internal_pocstring[] nullable
custom_fieldstring[] nullable
custom_field_textstring[] nullable
custom_field_numberstring[] nullable
custom_field_datestring[] nullable
sort_bystring nullable
sort_dirstring
Response
Successful Response
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.