get-entity-metadata
Retrieve metadata for a PowerPlatform entity by specifying its logical name. Access detailed entity information to support system integration and data management tasks.
Instructions
Get metadata about a PowerPlatform entity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entityName | Yes | The logical name of the entity |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"entityName": {
"description": "The logical name of the entity",
"type": "string"
}
},
"required": [
"entityName"
],
"type": "object"
}