XUND API Documentation

ReportMetadata

Metadata of the check

Model definition

Property name

Property type

Property description

date

string (datetime)

When was the check started

type

ILLNESS_CHECK | SYMPTOM_CHECK

Type of the check

apiVersion

string

Version of the API used for check

Example

JSON
{
    "date": "2022-11-27T00:41:18.785Z",
    "type": "SYMPTOM_CHECK",
    "apiVersion": "1.17.0"
}