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>'
"{\n \"id\": \"in_kiIuaGIUqRxWUmTY\",\n \"slug\": \"total-ash-delivered-wet-us-ton\",\n \"data_point_type\": \"Total Ash Delivered (wet mass) U.S. ton\",\n \"value\": 290.6,\n \"unit\": \"U.S. ton\",\n \"status\": \"complete\"\n}"
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
The response is of type object.
object