Skip to main content

Bulk add events (API Key)

POST 

/migration/events

Add a batch of events associated with a device

Request

Body

    events object[]
  • Array [
  • time date-time

    ISO 8601 formatted timestamp (with local timezone)

    sensor string

    Name/Model/Version of the sensor/device.

    metric Metrics

    Possible values: [cough, heartbeat, cough_burst, cough_oasis, battery_level]

    value1 double

    Value 1 associated to this event (optional)

    value2 double

    Value 2 associated to this event (optional)

    uid uuid
    device_id uuid
  • ]

Responses

Successful operation

Loading...