v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBBookkeepersManagement > Incidence
Reads a single Incidence
Reads a single Incidence
get/api/2026-07-01/resources/bookkeepers_management/incidences/{id}
Path parameters
idstring required
A list of incidence identifiers.
Response
OK
Example response
{
"id": "1",
"employee_id": "1",
"legal_entity_id": "1",
"name": "hiring",
"target_id": "1",
"target_type": "Timeoff::Leave",
"starts_on": "2020-01-01",
"ends_on": "2020-01-01",
"read_at": "2020-01-01",
"company_id": "1",
"message_from": "admin",
"has_message": true,
"is_reopened": true
}