Skip to main content

The Datapoint Object

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 number
string
Status of the datapoint. Possible values: complete, incomplete, pending
  • id
  • created_at
  • updated_at
  • status
  • value

DataPointType Attributes

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, boolean
string
null if value_type is not number
boolean
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