diff --git a/dictonaryReqeust.http b/dictonaryReqeust.http index db944f7..55e8c21 100644 --- a/dictonaryReqeust.http +++ b/dictonaryReqeust.http @@ -28,3 +28,18 @@ POST https://predev.picsure.biodatacatalyst.nhlbi.nih.gov/picsure/proxy/dictiona Content-Type: application/json ["\\phs000993\\pht005015\\phv00253191\\BODY_SITE\\", "\\phs002913\\W2Q_COV_REINFEC_2_OTH\\"] + +### +# This request is used by our grafana dashboard to check if search is available. +POST https://predev.picsure.biodatacatalyst.nhlbi.nih.gov/picsure/search/02e23f52-f354-4e8b-992c-d37c8b9ba140 +Content-Type: application/json +Authorization: Bearer + +{ + "query": { + "@type": "GeneralQueryRequest", + "resourceCredentials": {}, + "query": "Genetic Epidemiology of COPD (COPDGene)", + "resourceUUID": null + } +} \ No newline at end of file