简体   繁体   English

通过调用Dynamics 365 API获取实体类型

[英]Get Entity Types by calling Dynamics 365 API

Can I found out what entity types are available by calling Dynamics 365 API? 是否可以通过调用Dynamics 365 API找出可用的实体类型?

Practically I want this list. 实际上,我想要这个清单。 https://msdn.microsoft.com/da-dk/library/mt593046.aspx#bkmk_DerivedEntityTypes https://msdn.microsoft.com/da-dk/library/mt593046.aspx#bkmk_DerivedEntityTypes

You can get entity list using Web API. 您可以使用Web API获取实体列表。 Here is description of it. 是它的描述。 For example you will get all LogicalNames from this: 例如,您将从中获取所有LogicalNames:

http://[SERVER_NAME]/[ORG_NAME]/api/data/v8.1/EntityDefinitions?$select=LogicalName

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM