Generate Excel report
curl --request POST \
--url https://api.realtimelca.com/rest/api/BuildingProject/{buildingProjectId}/excelreport/standardformat2025 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Project
Generate Excel report
Generates and returns an Excel report in the Standard Format 2025 for a specific building project.
POST
/
BuildingProject
/
{buildingProjectId}
/
excelreport
/
standardformat2025
Generate Excel report
curl --request POST \
--url https://api.realtimelca.com/rest/api/BuildingProject/{buildingProjectId}/excelreport/standardformat2025 \
--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

