Download Project Report
curl --request GET \
--url https://api.realtimelca.com/rest/api/BuildingProject/reportblobs/buildingproject/{buildingProjectId}/download/{reportId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Project
Download Project Report
Downloads a generated report file for a specific building project. The response is a binary file in Excel (.xlsx) format — identifiable by the ZIP/PK signature and the presence of xl/worksheets/sheet1.xml in the archive structure.
This endpoint is typically used to retrieve a previously generated LCA report associated with a building project.
GET
/
BuildingProject
/
reportblobs
/
buildingproject
/
{buildingProjectId}
/
download
/
{reportId}
Download Project Report
curl --request GET \
--url https://api.realtimelca.com/rest/api/BuildingProject/reportblobs/buildingproject/{buildingProjectId}/download/{reportId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The body is of type object.
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

