Vorfälle auflisten
Listet Mitarbeitervorfälle im Scope des API-Keys auf. Filter- und Sortierfelder: id, employeeIncidentNumber, type, status, employee, reportedBy, reportedAt, dateFrom, dateUntil, createdAt, updatedAt.
Auf einen Blick
Betriebsverhalten
Listet Mitarbeitervorfälle im Scope des API-Keys auf. Filter- und Sortierfelder:id, employeeIncidentNumber, type, status, employee, reportedBy, reportedAt, dateFrom, dateUntil, createdAt, updatedAt.
- Der Status wird serverseitig verwaltet. Verwenden Sie Collection-Filter, um den aktuellen Lifecycle-Status zu synchronisieren.
Häufige Fehler
Vor der Implementierung
- Erzeugen und protokollieren Sie für den Versuch eine neue
X-Request-ID. - Behandeln Sie jeden dokumentierten Response-Status.
- Protokollieren Sie weder
X-API-Keynoch unnötige personenbezogene Daten.
Zugehöriger Integrationsleitfaden
Autorisierungen
JobHandy integration API key. Send the credential in the X-API-Key header. Treat the key as a secret and use it only from trusted server-side environments.
Header
Restricts results to one tenant in the API key's scope. Omit the header to query all tenants in scope. In interactive clients, use the {{tenantId}} variable when a tenant must be selected. Keep the header disabled when tenant selection is not required.
^[0-9a-fA-F]{24}$Optional request identifier. If supplied, it must be a UUID v4 or v7 and is returned unchanged in every response. If omitted, the API generates one. Invalid values return 400 INVALID_REQUEST_ID. If your client uses a {{requestId}} variable, refresh it with a new UUID version 4 or 7 for every HTTP request attempt. Keep the header disabled to let the API generate the request identifier.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[47][0-9a-fA-F]{3}-[89aAbB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$Abfrageparameter
One-based page number. When omitted, the server uses 1.
x >= 1Muss ein Vielfaches sein von 11
Number of resources per page. When omitted, the server uses 100.
1 <= x <= 1000Muss ein Vielfaches sein von 1100
One endpoint-supported public scalar field. Prefix with - for descending order. Multiple fields and whitespace are rejected. Null values sort first in ascending order and last in descending order.
Expression over endpoint-supported public scalar fields. Operators: =, !=, >, >=, <, <=, IN (...), CONTAINS, STARTS_WITH, ENDS_WITH, IS NULL, IS NOT NULL. AND binds before OR; parentheses override precedence. Whitespace outside quoted values is ignored. String comparisons are case-insensitive. String values may be unquoted, single-quoted, or double-quoted. Values containing whitespace must be enclosed in single or double quotes. An apostrophe may be escaped as ' in either quote style; the escape backslash is not part of the matched value. Nested, object, and array fields are rejected. Examples show decoded filter expressions; URL-encode the query parameter value when constructing a raw URL.
Inclusive lower bound for createdAt. Must be an ISO-8601 UTC timestamp ending in Z.
Z$"2026-01-01T00:00:00.000Z"
Inclusive upper bound for createdAt. Must be an ISO-8601 UTC timestamp ending in Z.
Z$"2026-12-31T23:59:59.999Z"
Antwort
A page of employee incidents.
One page of employee incidents.
Current one-based page number.
11
Maximum number of resources returned per page.
1100
Number of available pages.
11
Number of resources matching the request.
12
Employee incidents on the current page.
