Get Project Reports
curl --request GET \
--url https://api.realtimelca.com/rest/api/BuildingProject/reportblobs/buildingproject/{buildingProjectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Project
Get Project Reports
Retrieves all report blob files associated with a specific building project. Each blob represents a generated report file (e.g., an Excel spreadsheet) stored for the project, along with its metadata.
GET
/
BuildingProject
/
reportblobs
/
buildingproject
/
{buildingProjectId}
Get Project Reports
curl --request GET \
--url https://api.realtimelca.com/rest/api/BuildingProject/reportblobs/buildingproject/{buildingProjectId} \
--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.
Path Parameters
Body
application/json
The body is of type object.
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

