/bio/pathways/{pathway-id}
-
Description
Retrieve information about a given pathway.
-
URL (PATH)
/bio/pathways/{pathway-id}?token={token}
-
Method
GET
-
Authentication
Optional (token)
-
Request parameters & Path variables
Parameter Description pathway-id
[alphanumeric]
requiredA pathway identifier token
[alphanumeric]
optionalOptional access key to save the current query in your profile -
Example request
https://disnet.ctb.upm.es/api/disnet/bio/pathways/WP100?token=eJtdWrIisOiJt...
-
Success response (application/json)
{ "token": null, "authorized": false, "authorizationMessage": null, "responseCode": "200", "responseMessage": "OK", "errorsFound": [], "data": { "pathwayId": "WP100", "pathwayName": "Glutathione metabolism" } }
-
Error response (application/json)
Common errors