# Modules / Logs

Daily care log records

## Get logs (daily care notes)

 - [GET /api/logs](https://apidocs.logmycare.co.uk/docs/openapi/modules-logs/getlogs.md): Retrieves logs (daily care notes) logged by staff members about residents' care, activities, and observations.
Filters:

  homeId - Filter by specific care home
  residentId - Filter by specific resident
  categoryId - Filter by log category (e.g., Meals & Nutrition)
  itemId - Filter by log category item (e.g., Breakfast)
  loggedById - Filter by user who logged the entry
  startDate, endDate - Date range filtering
  dateField - Date field to filter on (default: timeLogged)
  page, limit - Pagination controls (default: page=1, limit=10, max=100)

Note: Deleted logs are automatically excluded from results.

## Get log by ID

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

