The Event object
Props
Props
string
Id of unique event, generated by Mangrove
string
Slug of the event type that this event represents. Event types and their slugs are defined within the Mangrove instance
string
Display name of the event type (e.g.,
Biochar Delivery)string
Optional. Reference ID tracking a specific object as it moves through the project
string
Start time of event
string
End time of event
object[]
List of datapoints within the event. Each datapoint within an event has a slug and a value
object[]
List of locations associated with the event. Each unique location is associated with a Location in Mangrove
object[]
List of supporting evidence associated with an event. Each object includes the evidence according to the evidence_type
Sortable Props
Sortable Props
idstart_timeend_timecreated_atupdated_atstatustracking_idfriendly_id
EventType
Props
Props
integer
Unique ID of EventType, generated by Mangrove
string
Slug of the event type. Event types and their slugs are defined within the Mangrove instance. Examples of standard event types include
capture_co2, loss_co2, anduse_electricitystring
Display name of the event type (e.g.,
Biochar Delivery, Feedstock Delivery)boolean
Whether this is a static (system-defined) event type or a custom event type
array
List of datapoint types within the event. See the Datapoint Object
string
Timestamp when the event type was created
string
Timestamp when the event type was last updated