Skip to main content

Input fields

params : JSONString

All params that can be associated to the value.

periodEnd : DateTime

The value end of validity.

periodStart : DateTime! required

The value start of validity.

value : Decimal! required

The time series value.

All characteristics and schemes that can be associated to the value.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "params": {"key": "value"}, "periodEnd": "1981-05-05T12:41:14.043082+00:00", "periodStart": "1987-08-10T01:30:08.868158+00:00", "value": "1.0", "variant": VariantProfileInput }