Share data between entities using the API
Sharing data between entities using the API
tip
If the selection of an entity needs to be done by the user, you can make use of the entity selection fields
Sometimes information is needed from another entity. For example, when you want to show all the child locations on a
MapView
. Or when you require general settings, which are specified on the parent entity. Please refer to our
SDK API documentation for examples on how to set this up.
caution
Please keep in mind that API requests are relatively slow, so make sure you only execute them when necessary.