FruxonDocs
IntegrationsCore

Returns the filter values (types, tags) available across the integration catalog.

Faceted-search style — values are computed across the entire visible catalog, not just the currently-filtered page, so the chip pickers stay populated even when an active filter narrows the list to zero. Use this to drive the type and tag pickers alongside `GET /integrations`.

GET
/v1/tenants/{tenant}/integrations/facets
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/integrations/facets"
{
  "types": [
    "SYSTEM"
  ],
  "tags": [
    "string"
  ]
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}