Use this endpoint to get a universal list of all medical items (symptoms & illnesses) from the database
Request
Request header additional fields
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
|
The expected language of the response |
Request query parameters
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
searchTerm |
string (localized text)? |
URL encoded version of user-entered search term. Results will match this term. In some cases filtering happens by medical, and not alphabetical logic, therefore the names or descriptions of results might not match exactly the search term |
|
top |
number (integer)? |
Keep only first |
|
skip |
number (integer)? |
Drop first |
|
isFrequent |
boolean? |
If provided, only medical items with matching frequency will be returned |
Response
Response Body data structure
|
Property name |
Property type |
Property description |
|---|---|---|
|
count |
number (integer) |
Count of illnesses matching the filters (except top, skip) |
|
items |
Results matching the filter parameters |
Examples