Entity · timers
Timer Schema
Felder
Timer Schema
Schema for validating timer entities
userId
User ID who owns this timer
ticketId
Associated ticket UUID
nullable
projectId
Associated project UUID
nullable
partyId
Associated party/customer UUID
nullable
taskId
Associated task UUID
nullable
title
Timer title/description
1–200 Zeichen
startedAt
When the timer was initially started (ISO datetime)
pausedAt
When the timer was paused (if currently paused) (ISO datetime)
nullable
accumulatedSeconds
Net worked seconds, excluding pauses (for pause/resume functionality)
≥ 0Default: 0
pausedSeconds
Total seconds spent paused (sum of completed pause intervals)
≥ 0Default: 0
isRunning
Whether the timer is currently running
Default: true
notes
Additional notes for the timer
max 1000 Zeichennullable
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/timers— Liste, paginiert + filterbarGET /api/v1/timers/<id>— Einzelne EntityPOST /api/v1/timers— AnlegenPATCH /api/v1/timers/<id>— Teil-UpdateDELETE /api/v1/timers/<id>— Soft-DeleteGET /api/v1/timers/<id>/timeline— Audit + Aktivitäten