GoCorona-org / Backend

GNU General Public License v3.0
0 stars 2 forks source link

Am I Exposed API #32

Closed theTechie closed 4 years ago

theTechie commented 4 years ago

What is the endpoint for this API?

GET api.gocorona.org/AmIExposed/<patient_id>

returns { exposed: True } or { exposed: False } from the server

@sanjanamoha @wadkar @Aakashv6 @codeJRV

sanjanamoha commented 4 years ago

{Exposure: unknown}, {Exposure: exposed}, {Exposure: positive},

The above values are returned at "amIExposed/" endpoint