v1

latestSwagger 2.0Apache 2.02026-07-1451018.6 KB
patient

Returns patient

get/patient

Response

successful operation

idstring
unrelatedboolean
cohortstring

or contact name

contactstring

Example response

{
  "cohort": "awesome",
  "contact": "awesome@fantastic.com",
  "variants": {
    "homozygous": [
      {
        "hgvs": "such as ENST12345:c.100A>C:p.34M>P"
      }
    ],
    "heterozygous": [
      {
        "hgvs": "such as ENST12345:c.100A>C:p.34M>P"
      }
    ]
  }
}