get_entity
Retrieve a specific Dynamics 365 entity record by its unique ID. Specify the entity set and record GUID to fetch selected fields for CRM data access.
Instructions
Get a specific entity record by ID from Dynamics 365
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| select | No | Comma-separated list of fields to retrieve (e.g., "firstname,lastname,emailaddress1") | |
| entityId | Yes | The unique identifier (GUID) of the entity record | |
| entitySet | Yes | Entity set name (plural form, e.g., "contacts", "accounts", "opportunities") |