Skip to content

Get log by ID

Request

Retrieves complete log information including populated references for home, resident, loggedBy, editedBy, category, and item.

Logs represent daily care notes and observations logged by staff members.

Security
bearer
Path
idstringrequired

Unique identifier of the log

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

Responses

Successfully retrieved log

Bodyapplication/json
any
Response
{ "id": "6980bf40b0d86defd672b8a1", "title": "Resident had a good breakfast", "type": "log", "timeLogged": "2026-02-02T15:14:02.272Z", "originalTimeLog": "2026-02-02T15:14:08.625Z", "description": "Ate all food, engaged in conversation with other residents. No assistance required.", "location": "Dining Room", "deleted": false, "home": { "id": "66e2aeef14dce156439010d5", "name": "Sunrise Care Home" }, "resident": { "id": "69613fc010eecc5386f987ae", "name": {} }, "loggedBy": { "id": "68406c31e55ca6b6d2262f56", "name": {} }, "editedBy": { "id": "68ef4775c1e051de495b175a", "name": {} }, "category": { "id": "5e867702b349f776c8d48c34", "name": "Food & Drink" }, "item": { "id": "68cae49a5df0b900121771f2", "name": "Breakfast" }, "editedAt": "2026-02-02T15:20:00.000Z", "revisions": 0, "picture1": "https://lmc-care-uploads.s3.eu-west-2.amazonaws.com/photos/home/logs/example-home-id/photo1.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=EXAMPLE%2F20260202%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260202T151402Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=examplesignature", "picture2": null, "picture3": null, "videoFile": null, "videoThumbnail": null, "hidden": false, "isNextHandover": false, "revoked": false, "revokedAt": null, "nonEditable": false, "amount1": 250, "amount2": 0, "amountType": "ml", "stockQuantityType": "volume", "latitude": 51.5, "longitude": -1.5, "accuracy": 10, "itemSublevel": "Lunch", "doneBySu": false, "response": { "questions": [] } }