Entity View Schema
Felder
Entity View Schema
Per-tenant view configuration for an entity schema (list + detail page, optional sidebar entry, search visibility). Pairs with a custom schema defined in schema_definitions, but can also decorate built-in schemas.
schemaId
Schema / entity id this view renders (e.g. "ticket" or a custom schema id).
slug
URL-safe slug used in the route /custom/:slug. Unique per tenant.
labelDe
German display label (default language).
labelEn
English display label (falls back to labelDe when unset).
icon
Name of an icon from the shared Icons component.
list
List view configuration (columns, default sort, quick filters).
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/entity_views— Liste, paginiert + filterbarGET /api/v1/entity_views/<id>— Einzelne EntityPOST /api/v1/entity_views— AnlegenPATCH /api/v1/entity_views/<id>— Teil-UpdateDELETE /api/v1/entity_views/<id>— Soft-DeleteGET /api/v1/entity_views/<id>/timeline— Audit + Aktivitäten