Discussions

Ask a Question
Back to All

Dynamic properties in Employee object

Hello,
We are working with your REST API right now and have noticed that you prefer to use dynamic properties there. While it might have some advantages, I see some disadvantages here. Dynamic properties might change, therefore they are dynamic. And since the Label of the dynamic properties seem to be dependent on the current language, I would guess that it might change, too. Do you have any suggestions how to ensure that fetching data from dynamic properties will also work in the future?
For example, employee.Attributes.Dynamic_1538436.Value represents the birthdate, how can I ensure that Dynamic_1538436 will always stand for the birthdate?
Many thanks!