Get list of added and suggested but not added symptoms in the check
Usage of this endpoint is mandatory for moving on from the OVERVIEW question. The POST /v1/chatbot/overview/confirm endpoint doesn’t work until the overview is not requested with this endpoint.
Request
Request header additional fields
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
|
string |
The ongoing check identifier |
|
|
The expected language of the response |
Response
Response body data structure
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
List of symptoms that were added to the check |
|
|
|
TypeScript
|
List of symptoms that were suggested during the check, but the patient did not add them |
OverviewAddedSymptom
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
string |
The symptom's identifier. Can be used to remove the symptom |
|
|
string (localized text) |
Symptom's name to display |
|
|
https://xund.atlassian.net/wiki/spaces/PUB/pages/292815582/GET+v1+chatbot+overview#ActionInfo |
List of actions that can be applied to symptoms |
|
|
Deprecated property. Use actionInfo instead |
ActionInfo
|
Property name |
Property type |
Property description |
|---|---|---|
|
|
string (localized text) |
A general title that can be used as the title of a pop-up |
|
|
TypeScript
|
Available actions that can be applied to the symptom |
OverviewSymptomAction
|
Value |
Description |
|---|---|
|
|
Indicates available Edit operation |
|
|
Indicates available Removal operation |