# Modules / Home Documents

Home-scoped document records

## Get home documents (home-scoped documents)

 - [GET /api/home-documents](https://apidocs.logmycare.co.uk/docs/openapi/modules-home-documents/gethomedocuments.md): Retrieves home-scoped documents including policies, procedures, licenses, training materials, and other home-level documentation.
Filters:

  homeId - Filter by specific care home
  categoryId - Filter by home document category
  startDate, endDate - Date range filtering
  dateField - Date field to filter on (default: createdAt)
  page, limit - Pagination controls (default: page=1, limit=10, max=100)

## Get home document by ID

 - [GET /api/home-documents/{id}](https://apidocs.logmycare.co.uk/docs/openapi/modules-home-documents/gethomedocumentbyid.md): 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.

