Rest-Data Store Not Giving The Dynamic Attributes

Hi Jmix Team,

I have two services: Service-A and Service-B.

Service-B retrieves data from Service-A using RestStore communication.

In Service-A, the Pet entity contains Dynamic Attributes. After saving a Pet record, I send the Pet record UUID through RabbitMQ. In Service-B, I receive the UUID and then fetch the Pet data from Service-A using RestStore.

However, when I retrieve the Pet entity in Service-B, the Dynamic Attributes are not included in the response.

Could you please help me understand how to fetch entities with Dynamic Attributes through RestStore communication?

Warm Regards,
Naveen

Hi Naveen,

The REST DataStore currently doesn’t support dynamic attributes.

Regards,
Konstantin

Hi Konstantin,

Thank you for the clarification. I understand that the REST DataStore currently doesn’t support dynamic attributes.

I appreciate your quick response and the information. I’ll look into alternative approaches on my side to handle this requirement.

Thanks again for your support.

Warm Regards,
Naveen