List Material Waste Mappings
curl --request GET \
--url https://api.realtimelca.com/rest/api/wasteMapping/{buildingProjectId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'Project
List Material Waste Mappings
Retrieves all material waste mappings associated with a specific building project. This endpoint returns the waste mapping data that links materials used in the project to their corresponding waste categories or disposal routes, supporting Life Cycle Assessment (LCA) calculations.
GET
/
wasteMapping
/
{buildingProjectId}
List Material Waste Mappings
curl --request GET \
--url https://api.realtimelca.com/rest/api/wasteMapping/{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

