Automapping Preview
curl --request GET \
--url https://api.realtimelca.com/rest/api/Mapping/AutoMap \
--header 'Authorization: Bearer <token>'Project
Automapping Preview
Triggers an auto-mapping operation for a specified building project. This endpoint attempts to automatically map building elements/materials to LCA data entries based on predefined rules and optionally copies mappings from another project.
This is a preview/dry-run-capable endpoint — use the overWriteExistingMappings flag to control whether existing mappings are replaced or preserved.
GET
/
Mapping
/
AutoMap
Automapping Preview
curl --request GET \
--url https://api.realtimelca.com/rest/api/Mapping/AutoMap \
--header 'Authorization: Bearer <token>'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

