What and when is the need to create an entity while fetching service from vConnect to frontend?
Hi @Sanjali_Mehta
Entities are required to club common information in one object. If you want to store the response coming from an API, then you have to create entity so that you can showcase that data on your frontend. In addition to that, if you want to use the same data further in your application as per the requirement of the project then you can do that through entities.