GET /v1/work-planning/desk-bookings/mine
GET/v1/work-planning/desk-bookings/mine
List the caller’s own desk reservations across a date range, enriched with workstation names. Used by the self-service cancel list.
Query-Parameter
| Name | Typ | Beschreibung |
|---|
fromerforderlich | string | |
toerforderlich | string | |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/work-planning/desk-bookings/mine \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.work-planning.list();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |