---
title: "Returns the recent frequency breakdown for the patient, for use by the mobile app to suggest goals. Note: currently only returns cc_* nutrients."
method: GET
path: "/patients/{patient_id}/goals/recent-frequency-breakdown"
tags: ["goal"]
---

# Returns the recent frequency breakdown for the patient, for use by the mobile app to suggest goals. Note: currently only returns cc_\* nutrients.

`GET /patients/{patient_id}/goals/recent-frequency-breakdown`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `date` string, required — calendar date in format YYYY-MM-DD

## Response `200`

successful operation

- GoalRecentFrequencyBreakdownResponse
  - `num_days` integer, required
  - `values` object[], required
    - `nutrient_name` string
    - `value` number

---

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