Hi,
I am trying to retrieve entity metadata (all entities) that are part of a specific solution.
Right now I am able to get all tables using webapi ([Organization URI]/api/data/v9.0/EntityDefinitions) whihc is returning all the tables of the environment/organization.
reference link: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/use-web-api-metadata
Can anyone please help me to find the way by which only the tables that are part of a solution can be retrieved?
Appreciate your help.
Thank you.