Get Project Events
curl --request GET \
--url https://api.realtimelca.com/rest/api/BuildingProject/emissiontimeline/{id} \
--header 'Authorization: Bearer <token>'Project
Get Project Events
Retrieves the emission timeline data for a specific building project, identified by its unique ID. The response contains time-series emission data that can be used to track and visualize how COâ‚‚ emissions evolve over the lifecycle of a building project.
GET
/
BuildingProject
/
emissiontimeline
/
{id}
Get Project Events
curl --request GET \
--url https://api.realtimelca.com/rest/api/BuildingProject/emissiontimeline/{id} \
--header 'Authorization: Bearer <token>'⌘I

