---
title: "Search published support help topics for the patient app variant"
method: GET
path: "/patients/{patient_id}/support-help/search"
tags: ["support-help"]
---

# Search published support help topics for the patient app variant

`GET /patients/{patient_id}/support-help/search`

## Path parameters

- `patient_id` integer, required

## Query parameters

- `q` string, required — Support search query
- `platform` 'ios' | 'android' | 'web'
- `app_version` string — App version X.Y.Z
- `locale` string
- `limit` integer

## Response `200`

successful operation

- SupportHelpSearchResponse
  - `content_hash` string, nullable
  - `documents` SupportHelpDocumentResponse[], required
    - `concise_answer` string, required
    - `content_hash` string, required
    - `links` SupportHelpLinkResponse[], required
      - `platform` 'ios' | 'android' | 'web' | 'all', required
      - `title` string, required
      - `url` string, required
    - `matched_phrases` string[]
    - `revision` string, nullable
    - `sanity_document_id` string, nullable
    - `steps` string[], required
    - `title` string, required
    - `topic_id` string, required
  - `fallback_reason` string, nullable
  - `package_version` string, nullable
  - `source` 'seed' | 'sanity' | 'rollback', nullable
  - `used_fallback` boolean, required

---

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