Skip to content

Get home document by ID

Request

Retrieves complete home document information including file details, category, and home references.

Home documents are scoped to care homes rather than individual residents, including policies, procedures, and licenses.

Security
bearer
Path
idstringrequired

Unique identifier of the home document

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

Responses

Successfully retrieved homedocument

Bodyapplication/json
any
Response
{ "id": "6915ffc2e924f18fb5af8879", "name": "Fire Safety Policy - 2026", "createdAt": "2026-11-13T15:56:50.600Z", "home": { "id": "66e2aeef14dce156439010d5", "name": "Sunrise Care Home" }, "category": { "id": "5f155c4ac49007031a671d4f", "name": "General" }, "pdf": "https://lmc-care-uploads.s3.eu-west-2.amazonaws.com/docs/home/homeDocuments/example-home-id/document-file.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=EXAMPLE%2F20260113%2Feu-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260113T155650Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=examplesignature", "originalFile": "Fire_Safety_Policy_2026.pdf" }