time
, state
and import_id
are required fields and must be non-emptytime
must conform to format defined in RFC3339, the time will be truncated to whole secondsimport_id
is limited to 255 characters, it is case-sensitive, must not contain spacesstate
has to be a floating point number; we recommend sending only reasonable number of digits after the decimal pointunit
is an optional attribute limited to 50 case-sensitive characters; we recommend sending it when available because it is useful when debuggingsender
is a case-sensitive string limited to 255 characters used for debugging and verificationsuit
is an optional string identifying the series of readings, if not provided default
will be used, must not contain spacessuit
field.test
).import_id
, suit
, time
and state
) result in 409 status code. Client must stop sending the same reading over and over again (and move to the next one), not doing so would result in a stuck import series and potentially rate limiting.This endpoint requires an import token, not an access token.