---
title: "Get a list of mindfulness of a patient"
method: GET
path: "/patients/{patient_id}/mindfulness_data"
tags: ["mindfulness"]
---

# Get a list of mindfulness of a patient

`GET /patients/{patient_id}/mindfulness_data`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `date_since` string
- `date_until` string

## Response `200`

successful operation

- PatientMindfulnessResponse[]
  - `id` integer, required
  - `mindfulness_activity_type` string, nullable — selected activity type of mindfulness
  - `mindfulness_date` string, required — calendar date in format YYYY-MM-DD
  - `mindfulness_end_time` string, required — time in format hh:mm:ss
  - `mindfulness_start_time` string, required — time in format hh:mm:ss
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` string, nullable — source of mindfulness data
  - `source_id` string, nullable — id of mindfulness from source

---

[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/c17aca2782f6?raw)
