Skip to main content
GET
/
suggestions
Get Suggestions
curl --request GET \
  --url https://api.decodahealth.com/suggestions \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "id": "<string>",
    "label": "<string>",
    "content": "<string>",
    "type": "SAVED"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

suggestion_types
enum<string>[]
required
Available options:
SAVED,
TENANT,
ASSISTANT,
PATIENT,
NOTE_TEMPLATE,
EVENT
patient_id
string | null
event_id
string | null

Response

Successful Response

id
string
required
label
string
required
content
string
required
type
enum<string>
required
Available options:
SAVED,
TENANT,
ASSISTANT,
PATIENT,
NOTE_TEMPLATE,
EVENT