v0.2
This is the API model for CoEpi Server
cenreport
POSTSubmit symptom or infection report
https://coepi.wolk.com:8080/cenreport
Users submit symptom / infection reports and reveal the secret CENKey in their application
HEADERS
Content-Type
Bodyraw
Example Request
Internal Server Error
500 Internal Server Error
Example Response
No response body
This request doesn't return any response body
Content-Type
GETReturns a list of reports associated with a CEN Key
https://coepi.wolk.com:8080/cenreport/:cenkey
PATH VARIABLES
cenkey
Example Request
Request Parameter Invalid
400 Bad Request
Example Response
No response body
This request doesn't return any response body
Content-Type
GETReturns all cenKeys generated between the range [timestamp - 3600, timestamp)
https://coepi.wolk.com:8080/cenkeys/:timestamp
PATH VARIABLES
timestamp
Example Request
Internal Server Error
500 Internal Server Error
Example Response
No response body
This request doesn't return any response body
Content-Type