Get Project Material Mapping
curl --request GET \
--url https://api.realtimelca.com/rest/api/Mapping/buildingproject/{id}/materials \
--header 'Authorization: Bearer <token>'Project
Get Project Material Mapping
Retrieves the material mapping for a specific building project. The response contains materials associated with the project, optionally grouped by type and filtered by model.
GET
/
Mapping
/
buildingproject
/
{id}
/
materials
Get Project Material Mapping
curl --request GET \
--url https://api.realtimelca.com/rest/api/Mapping/buildingproject/{id}/materials \
--header 'Authorization: Bearer <token>'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
buildingProjectId
Query Parameters
This bool adjusts the datastructure of the response.
Not required
Response
default
Response schema not yet documented in the upstream Postman spec.
⌘I

