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

desk_reservation

Schema-ID
desk_reservation
Collection
desk_reservations
Permissions
  • Lesendesk_reservation_view
  • Anlegendesk_reservation_create
  • Änderndesk_reservation_edit
  • Löschendesk_reservation_delete

Felder

desk_reservation

desk_reservations4 Permissions
locationIduuiderforderlich

Reference to location (WORKSTATION)

userIduuiderforderlich
datedateerforderlich

YYYY-MM-DD

halfDaystringoptional
FULLMORNINGAFTERNOON
Default: "FULL"
statusstringoptional
RESERVEDCHECKED_INCANCELLEDNO_SHOW
Default: "RESERVED"
workScheduleEntryIduuidoptional

Link back to work schedule entry

Default: nullnullable
notesstringoptional
max 500 ZeichenDefault: nullnullable

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

Suche