Skip to content

Get incident report by ID

Request

Retrieves complete incident details including log, case information, witnesses, actions taken, and closure notes.

Security
bearer
Path
idstringrequired

Unique identifier of the incident report

Example:64f8a1b23d4e5f6a7b8c9d0e
GET
/api/incident-reports/{id}
curl -i -X GET \
  https://data.logmycare.co.uk/openapi/api/incident-reports/64f8a1b23d4e5f6a7b8c9d0e

Responses

Successfully retrieved incident report

Bodyapplication/json
any
Response
{ "id": "6980aa75a5429846498a40da", "createdOn": "2026-04-09T18:48:00.000Z", "log": { "title": "Safeguarding", "description": "Resident reported feeling unsafe in the garden area. Staff responded immediately and documented the incident.", "timeLogged": "2026-04-09T18:48:00.000Z", "location": "Garden" }, "case": null, "home": { "id": "66e2aeef14dce156439010d5", "name": "Sunrise Care Home" }, "resident": { "id": "69613fc010eecc5386f987b2", "name": {} }, "status": "needsReview", "closedBy": null, "closedOn": null, "severity": 2, "isDeleted": false, "reviewedOn": null, "closeComment": null, "category": { "id": "5e867702b349f776c8d48c34", "name": "Incident", "icon": "https://lmc-data-production.s3.eu-west-2.amazonaws.com/icons/qXxuGVYsSRgAcXoZ.png", "color": "#FF3366" }, "item": { "id": "68cae49a5df0b900121771f2", "name": "Safeguarding", "icon": "https://lmc-data-production.s3.eu-west-2.amazonaws.com/icons/DrpQZb2rGf1HHvuI.png" } }