# Modules / Documents

Resident document records

## Get documents (resident documents)

 - [GET /api/documents](https://apidocs.logmycare.co.uk/docs/openapi/modules-documents/getdocuments.md): Retrieves resident-specific documents including medical records, assessments, care plans, and other resident documentation.
Filters:

  homeId - Filter by specific care home
  residentId - Filter by specific resident
  categoryId - Filter by 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 document by ID

 - [GET /api/documents/{id}](https://apidocs.logmycare.co.uk/docs/openapi/modules-documents/getdocumentbyid.md): Retrieves complete document information including file details, category, resident, and home references.
Documents represent files uploaded for specific residents, including PDFs and other file types.

