creatio_get_record
Retrieve a single Creatio record by GUID with OData, including column selection and lookup expansion for targeted data.
Instructions
Fetch a single Creatio record by its GUID Id (read-only GET).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record GUID, e.g. 'f3ed4f55-894b-42bc-b5a1-f10b9d0bc03f'. | |
| entity | Yes | OData entity set name, e.g. 'Case'. | |
| expand | No | OData $expand for lookups. | |
| select | No | Columns to return. |