Skip to main content
Das folgende Schema wird direkt aus dem veröffentlichten OpenAPI-3.1-Vertrag gerendert. Eigenschaftsnamen, Typen, Enums und technische Beschreibungen bleiben Bestandteil des maßgeblichen englischen API-Vertrags.

Employee incident details.

id
string
erforderlich
read-only

Unique incident identifier.

Minimum string length: 1
Pattern: ^[0-9a-fA-F]{24}$
Beispiel:

"730000000000000000000001"

employeeIncidentNumber
integer
erforderlich
read-only

Tenant-facing numeric incident number assigned by the server.

Muss ein Vielfaches sein von 1
Beispiel:

37

type
enum<string>
erforderlich

Incident type. Values are case-sensitive.

Verfügbare Optionen:
temporary,
permanent
Minimum string length: 1
Beispiel:

"temporary"

status
enum<string>
erforderlich
read-only

Server-managed incident lifecycle status.

Verfügbare Optionen:
reported,
in_progress,
completed,
archived
Minimum string length: 1
Beispiel:

"reported"

employee
string
erforderlich

Identifier of the affected employee.

Pattern: ^[0-9a-fA-F]{24}$
Beispiel:

"68a000000000000000000001"

reportedBy
enum<string>
erforderlich
read-only

Actor category that originally reported the incident.

Verfügbare Optionen:
user,
api_key
Minimum string length: 1
Beispiel:

"api_key"

reportedAt
string<date-time>
erforderlich
read-only

UTC timestamp at which the incident was reported.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-07-21T07:30:00.000Z"

dateFrom
string<date-time>
erforderlich

UTC timestamp from which the incident applies.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-07-21T00:00:00.000Z"

dateUntil
string<date-time> | null
erforderlich
nullable

UTC timestamp until which the incident applies, or null while no end is set.

Minimum string length: 1
Pattern: Z$
Beispiel:

null

createdAt
string<date-time>
erforderlich
read-only

UTC timestamp at which the incident record was created.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-07-21T07:30:00.000Z"

updatedAt
string<date-time>
erforderlich
read-only

UTC timestamp of the latest incident update.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-07-21T07:30:00.000Z"

Zuletzt geändert am 27. August 2026