The Datapoint Object
Props
Props
string
Unique ID of datapoint, generated by Mangrove
string
Slug identifier for the data point type. Data point types and their slugs are defined within the Mangrove instance
string
Display name of the data point type (e.g.,
Total Ash Delivered (wet mass) U.S. ton)number|string|boolean
Value for the data point. The type must match the data point type’s expected value type (
number, string, or boolean)string|null
Unit of measurement for the data point (e.g.,
U.S. ton, mile). null if the value type is not numberstring
Status of the datapoint. Possible values:
complete, incomplete, pendingSortable Props
Sortable Props
idcreated_atupdated_atstatusvalue
DataPointType Attributes
Props
Props
integer
Unique ID of datapoint type, generated by Mangrove
string
Slug of the datapoint type. Datapoint types and their slugs are defined within the Mangrove instance.
string
Name of the datapoint type
string
number, string, booleanstring
null if value_type is not numberboolean
Whether this is a static (system-defined) data point type or a custom data point type
integer
ID of the event type this data point type is associated with
string
Timestamp when the data point type was created
string
Timestamp when the data point type was last updated