/bio/genes/{gene-id}/pathways
-
Description
Retrieve pathways associated to a given gene.
-
URL (PATH)
/bio/genes/{gene-id}/pathways?token={token}
-
Method
GET
-
Authentication
Optional (token)
-
Request parameters & Path variables
Parameter Description gene-id
[integer]
requiredAn integer corresponding to a gene id token
[alphanumeric]
optionalOptional access key to save the current query in your profile -
Example request
https://disnet.ctb.upm.es/api/disnet/bio/genes/1232/pathways?token=eJtdWrIisOiJt...
-
Success response (application/json)
{ "token": null, "authorized": false, "authorizationMessage": null, "responseCode": "200", "responseMessage": "OK", "errorsFound": [], "data": [ { "pathwayId": "WP24", "pathwayName": "Peptide GPCRs" }, { "pathwayId": "WP286", "pathwayName": "IL-3 Signaling Pathway" }, ... ] }
-
Error response (application/json)
Common errors