---
title: "Query the patient history of emotions"
method: GET
path: "/patients/{patient_id}/emotion"
tags: ["emotion"]
---

# Query the patient history of emotions

`GET /patients/{patient_id}/emotion`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `date_since` string — calendar date in format YYYY-MM-DD
- `date_until` string — calendar date in format YYYY-MM-DD

## Response `200`

successful operation

- EmotionResponse[]
  - `emotion` string, required
  - `id` integer, required
  - `log_date` string, required
  - `note` string

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/04eb7a66328a?raw)
