Skip to main content

ppds_metadata_entities

Lists all entities (tables) in the connected Dataverse environment. Returns entity logical names, display names, schema names, and ownership type. Use this to discover available entities before querying with ppds_metadata_entity for full details.

Input schema

NameTypeRequiredDescription
customOnlyBooleannoIf true, only return custom entities (not system entities).
filterStringnoOptional filter pattern to match entity logical names. Supports * wildcard (e.g., 'account*', 'custom').

Output

Returns Task<MetadataEntitiesResult>.