/pharma/diseases?id={id}
-
Description
Search by id and retrieve information about a disease in the pharmacology layer.
-
URL (PATH)
/pharma/diseases?id={id}&token={token}
-
Method
GET
-
Authentication
Optional (token)
-
Request parameters & Path variables
Parameter Description id
[alphanumeric]
requiredDisease id token
[alphanumeric]
optionalOptional access key to save the current query in your profile -
Example request
https://disnet.ctb.upm.es/api/disnet/pharma/diseases?id=C0751771&token=eJtdWrIisOiJt...
-
Success response (application/json)
{ "token": null, "authorized": false, "authorizationMessage": null, "responseCode": "200", "responseMessage": "OK", "errorsFound": [], "data": { "diseaseId": "C0751771", "diseaseName": "Sleep Bruxism" } }