API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

List attendance_shift_corrections

GET/v1/attendance_shift_corrections

List attendance_shift_corrections for the active tenant.

Datenmodell

Diese Operation arbeitet auf der Entität Attendance Shift Correction (attendance_shift_correction). Alle 19 Felder — Typ, Validierung, Pflichtangabe, Beziehungen — stehen in der Schema-Referenz.

  • Pflichtfelder: userId, correctionType, reason, requestedBy, date
  • Server-verwaltet: _id, schema, schemaVersion, tenantId, version, createdAt, updatedAt, createdBy, updatedBy, deletedAt, deletedBy, originalShiftId, approvedAt, approvedBy, entryHash, previousHash — diese Felder vergibt die Plattform; im Request werden sie verworfen.

Query-Parameter

NameTypBeschreibung
cursorstring
limitnumber
includeDeletedboolean

Beispiel

curl -X GET https://api.codemeta-os.de/v1/attendance_shift_corrections \
  -H "X-Tenant-Id: $TENANT" \
  -b cookies.txt
const result = await cm.attendance_shift_corrections.list();

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche