- Get sick leave status history
List sick leave registrations
Report sick leave status
Sick leave registration event
Get sick leave status his...
Requires scope: absence.
Returns the full status transition history for a sick leave registration, ordered chronologically (earliest first). Each entry represents a status change that occurred during webhook processing or as reported by the external integration partner.
Security
apiKey(Required scopes: absence)
- Mock serverhttps://beta-developer.dyflexis.com/_mock/openapi/api/absence/v3/sick-leave/{sickLeaveRegistrationId}/status-history
- Productionhttps://app.dyflexis.com/your-tenant/api/absence/v3/sick-leave/{sickLeaveRegistrationId}/status-history
curl -i -X GET \
https://beta-developer.dyflexis.com/_mock/openapi/api/absence/v3/sick-leave/01GYS27FFVTP63WGPV34V1WR6P/status-history \
-H 'Authorization: YOUR_API_KEY_HERE'OK. Returns an empty array if no status history exists.
Array []
The status at this point in time.
Enum:"new""acknowledged""in_progress""success""failed"
Example:"acknowledged"
An optional external reference identifier from the integration partner.
Example:"EXT-2026-001234"
Response
[ { "status": "acknowledged", "message": null, "externalReference": "EXT-2026-001234", "createdAt": "2026-03-30T14:30:00+00:00" } ]