/bio/genes
-
Description
Retrieve all genes in DISNET's biological layer.
-
URL (PATH)
/bio/genes?token={token}
-
Method
GET
-
Authentication
Optional (token)
-
Request parameters & Path variables
Parameter Description token
[alphanumeric]
optionalOptional access key to save the current query in your profile -
Example request
https://disnet.ctb.upm.es/api/disnet/bio/genes?token=eJtdWrIisOiJt...
-
Success response (application/json)
{ "token": null, "authorized": false, "authorizationMessage": null, "responseCode": "200", "responseMessage": "OK", "errorsFound": [], "data": [ { "geneId": 1, "geneName": "alpha-1-B glycoprotein", "geneSymbol": "A1BG" }, { "geneId": 2, "geneName": "alpha-2-macroglobulin", "geneSymbol": "A2M" }, ... ] }