I am experimenting with Revit and the Forge Viewer and I noticed that Forge already has unique IDs for every thing you can click on in the Revit model, so I used those instead of assembly id in Revit.
As an example the door of my building has id: "3003".
My question is, where is this data stored and how can I change "3003" into "Door 1" (?)
The Viewer gives access to 3 types of IDs when dealing with Revit files:
.getProperties()
method..getProperty()
response.This sample app exports properties into a spreadsheet, it may be relevant for you.