Announcement Template Schema
Felder
Announcement Template Schema
Reusable blueprint for creating announcements
name
Template name shown in the picker (e.g. "Neuer Mitarbeiter")
description
Optional hint about when to use this template
status
Archived templates stay available for reference but are hidden from the picker
ACTIVEARCHIVEDtitle
Pre-filled announcement title. Supports the placeholders below.
content
Pre-filled rich-text body (HTML from Tiptap)
priority
Pre-filled announcement priority
LOWNORMALHIGHCRITICALshowAsBanner
Pre-fills whether the announcement is shown as a banner bar
bannerText
Pre-filled one-line banner text
bannerColor
Pre-filled banner background colour (hex)
requiresConfirmation
Pre-fills whether readers must confirm they have read it
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/announcement_templates— Liste, paginiert + filterbarGET /api/v1/announcement_templates/<id>— Einzelne EntityPOST /api/v1/announcement_templates— AnlegenPATCH /api/v1/announcement_templates/<id>— Teil-UpdateDELETE /api/v1/announcement_templates/<id>— Soft-DeleteGET /api/v1/announcement_templates/<id>/timeline— Audit + Aktivitäten