In my application, I have data that I want to link with Mappedin data such as buildings, floors, and rooms. I noticed that Mappedin has an externalId field, which is perfect for this purpose. However, I have only found a way to set it through the Mappedin Map Editor.
Is there a way to set or update externalId via API from my application? I would like to avoid manually copying and pasting IDs into the editor to reduce routine work and the risk of errors.
If this is not possible, can I instead use the space.id field and store it in my database to link these entities? This question applies not only to space but also to floor and building.
Thank you!