/pharma/diseases?name={name}
-
Description
Search by name and retrieve information about a disease in the pharmacology layer.
-
URL (PATH)
/pharma/diseases?name={name}&exact-match={exact-match}&token={token}
-
Method
GET
-
Authentication
Optional (token)
-
Request parameters & Path variables
Parameter Description name
[alphanumeric]
requiredsleep bruxism exact-match
[boolean] true by default
optionalIf true it searches an exact name match, if false it finds all diseases containing the string in the parameter 'name' token
[alphanumeric]
optionalOptional access key to save the current query in your profile -
Example request
https://disnet.ctb.upm.es/api/disnet/pharma/diseases?name=sleep bruxism&exact-match=false&token=eJtdWrIisOiJt...
-
Success response (application/json)
{ "token": null, "authorized": false, "authorizationMessage": null, "responseCode": "200", "responseMessage": "OK", "errorsFound": [], "data": [ { "diseaseId": "C0751769", "diseaseName": "Sleep Bruxism, Adult" }, { "diseaseId": "C0751770", "diseaseName": "Sleep Bruxism, Childhood" }, { "diseaseId": "C0751771", "diseaseName": "Sleep Bruxism" } ] }