ppds_metadata_entity
Get detailed metadata for a Dataverse entity including attributes, relationships, and keys. Use this to understand entity structure, field types, and how entities relate to each other.
Input schema
| Name | Type | Required | Description |
|---|---|---|---|
| entityName | String | yes | Entity logical name (e.g., 'account', 'contact') |
| includeAttributes | Boolean | no | Include attribute details (default true) |
| includeRelationships | Boolean | no | Include relationship details (default false) |
Output
Returns Task<EntityMetadataResult>.