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
| Name | Type | Required | Description |
|---|---|---|---|
| customOnly | Boolean | no | If true, only return custom entities (not system entities). |
| filter | String | no | Optional filter pattern to match entity logical names. Supports * wildcard (e.g., 'account*', 'custom'). |
Output
Returns Task<MetadataEntitiesResult>.