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.

recordedAt : DateTime

When the time series entry was recorded, this value is only required if the parent time series' fixing strategy explicitly requires the input. In all other cases this field should be left null and let the backend set the value the timestamp of the mutation submissions.

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": "1985-10-24T03:54:30.387476+00:00", "periodStart": "1980-03-14T11:31:28.276863+00:00", "recordedAt": "1997-03-02T23:56:41.335723+00:00", "value": "1.0", "variant": VariantProfileInput }