Is it posssible to get dynamicAttributes of a entity through rest api metadata endpoint {{baseUrl}}/metadata/entities/

Hi, is there a way to get the entity's dynamicAttributes of a entity’s metadata through rest api
in the endpoint :
{{baseUrl}}/metadata/entities/:entity

Hi,
No, the /metadata endpoint doesn’t return an information about dynamic attributes.
As a workaround you may get a list of sys$CategoryAttribute entities and analyze it:
http://localhost:8080/app/rest/v2/entities/sys$CategoryAttribute

Thanks for your reply, Max. :blush: