List incidents
Lists employee incidents in the API key’s scope. Filter and sort fields: id, employeeIncidentNumber, type, status, employee, reportedBy, reportedAt, dateFrom, dateUntil, createdAt, updatedAt.
At a glance
Operational behavior
Lists employee incidents in the API key’s scope. Filter and sort fields:id, employeeIncidentNumber, type, status, employee, reportedBy, reportedAt, dateFrom, dateUntil, createdAt, updatedAt.
- Status is server-managed. Use collection filters to synchronize current lifecycle state.
Common errors
Before implementation
- Generate and log a new
X-Request-IDfor the attempt. - Handle every documented response status.
- Do not log
X-API-Keyor unnecessary personal data. - Reconcile current resource state before replaying an ambiguous write.
Related integration guidance
Authorizations
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.
Headers
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}$Query Parameters
One-based page number. When omitted, the server uses 1.
x >= 1Must be a multiple of 11
Number of resources per page. When omitted, the server uses 100.
1 <= x <= 1000Must be a multiple of 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"
Response
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.
