API Reference
Retrieves a specific datapoint by ID.
cURL
curl --request GET \ --url https://app.gomangrove.com/api/v1/projects/{project_id}/events/{event_id}/data_points/{data_point_id} \ --header 'Authorization: <api-key>'
{ "id": "in_kiIuaGIUqRxWUmTY", "slug": "total-ash-delivered-wet-us-ton", "data_point_type": "Total Ash Delivered (wet mass) U.S. ton", "value": 290.6, "unit": "U.S. ton", "status": "complete" }
Unique ID of event in the evt_XXXX syntax. For example: evt_DLnYvzbjSujNAvXE
evt_XXXX
evt_DLnYvzbjSujNAvXE
Unique ID of datapoint in the in_XXXX syntax. For example: in_kiIuaGIUqRxWUmTY
in_XXXX
in_kiIuaGIUqRxWUmTY
200
"in_kiIuaGIUqRxWUmTY"
"total-ash-delivered-wet-us-ton"
"Total Ash Delivered (wet mass) U.S. ton"
290.6
"U.S. ton"
"complete"