API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen
Entity · boards

Board Schema

Schema-ID
board
Collection
boards
Permissions
  • Lesenboard_view
  • Anlegenboard_create
  • Ändernboard_edit
  • Löschenboard_delete
Beziehungen

Felder

Board Schema

boards4 Permissions

Schema for validating board entities

projectIduuiderforderlich→ project

Project UUID

namestringerforderlich

Board name

1–100 Zeichen
boardTypestringerforderlich

Board type

KANBANSPRINTCUSTOM
columnsobject[]erforderlich

Board columns

1–20 Items
idstringerforderlich

Column ID

min 1 Zeichen
namestringerforderlich

Column name

1–50 Zeichen
statusMappingstringoptional

Auto-map task status

nullable
wipLimitintegeroptional

Work-in-progress limit

1 – 100nullable
orderintegererforderlich

Column order

≥ 0
colorstringoptional

Column color (hex)

Patternnullable
filterPresetobjectoptional

Default filter settings

nullable
isDefaultbooleanerforderlich

Whether this is the default board for the project

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/boards — Liste, paginiert + filterbar
  • GET /api/v1/boards/<id> — Einzelne Entity
  • POST /api/v1/boards — Anlegen
  • PATCH /api/v1/boards/<id> — Teil-Update
  • DELETE /api/v1/boards/<id> — Soft-Delete
  • GET /api/v1/boards/<id>/timeline — Audit + Aktivitäten

Suche