I am trying to implement a data synchronization tool between my application and Dynamics, and I need to be able to fetch the Entity Schema on the user's side to provide mapping options.
/api/data/v8.2/$metadata#accounts
allows me to get the full metadata for the Accounts entity, but it is way too big and does not seem to be the right way to fetch schema data.
I just need to know the fields available on the Accounts entity along with its type and whether it is a required field, is there a way to fetch just that data?
*This post is locked for comments
Hello,
You should check this url - msdn.microsoft.com/.../mt607522.aspx but basically your query should look like:
[Server Url]/api/data/v8.2/EntityDefinitions(70816501-edb9-4740-a16c-6a5efbc05d84)?$select=LogicalName&$expand=Attributes
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
54
Victor Onyebuchi
6