---
title: "Gets an existing stress activity"
method: GET
path: "/patients/{patient_id}/stress/{patient_stress_id}"
tags: ["stress"]
---

# Gets an existing stress activity

`GET /patients/{patient_id}/stress/{patient_stress_id}`

## Path parameters

- `patient_id` integer, required
- `patient_stress_id` integer, required

## Response `200`

successful operation

- PatientStressResponse
  - `id` integer, required
  - `note` string, nullable — note that can be added to provide additional description Max 1024 char
  - `source` string, nullable — source of stress data
  - `source_id` string, nullable — id of stress from source
  - `stress_activity_type` string, nullable — selected activity type of stress
  - `stress_date` string, required — calendar date in format YYYY-MM-DD
  - `stress_end_time` string, required — time in format hh:mm:ss
  - `stress_start_time` string, required — time in format hh:mm:ss

---

[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)
