Skip to main content

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

NameTypeRequiredDescription
entityNameStringyesEntity logical name (e.g., 'account', 'contact')
includeAttributesBooleannoInclude attribute details (default true)
includeRelationshipsBooleannoInclude relationship details (default false)

Output

Returns Task<EntityMetadataResult>.