Edit custom property key via API

Hello,
I need to implement the endpoint in Java application, which must create a custom field for Organizations, update it’s value and get them with that field. While key is generated in runtime, there is no possibility to specify the attribute name for custom property in DTO class. Is there any possibility to specify the key of custom property or, for example, get organizations with custom properties by name but not by key?

1 Like

Thanks for sharing the scenario @rd17ideg3s. Unfortunately, we do not have a direct way to specify the custom field name in the API. You need to lookup the generated-ID for the field and use it to perform any operations