---
title: "Get question suggestions in the advisor chat for the patient"
method: GET
path: "/patients/{patient_id}/advisor-chat/question-suggestions"
tags: ["advisor-chat"]
---

# Get question suggestions in the advisor chat for the patient

`GET /patients/{patient_id}/advisor-chat/question-suggestions`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `question_date` string
- `force_rebuild` boolean — force the rebuild of the question suggestions
- `subject_type` string
- `subject_id` string

## Response `200`

successful operation

- AdvisorQuestionSuggestionResponse[]
  - `id` integer, required
  - `patient_id` integer, required
  - `question` string, required
  - `question_date` string, required — date of the question

---

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