Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 510 Bytes

predicates.md

File metadata and controls

35 lines (27 loc) · 510 Bytes

Predicates

Used to retrieve all CHP supported edge predicate.

URL : /predicates/

Method : GET

Auth required : NO

Success Response

Code : 200 OK

Content example

{
  "gene": {
    "disease": [
      "gene_to_disease_association"
    ]
  },
  "chemical_substance": {
    "disease": [
      "chemical_to_disease_or_phenotypic_feature_association"
    ]
  },
  "disease": {
    "phenotypic_feature": [
      "disease_to_phenotypic_feature_association"
    ]
  }
}