common-get-item-field-by-id
Retrieve specific field information from Sitecore content items by ID. Supports filtering by field names, including standard template fields, and returning data in multiple formats.
Instructions
Gets item fields as either names or fields or template fields by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the item to retrieve field information for. | |
| name | No | The array of names to include - supports wildcards. | |
| includeStandardFields | No | Includes fields that are defined on 'Standard template'. | |
| returnType | No | Includes fields that are defined on 'Standard template'. | |
| language | No | The language that will be analysed. | |
| database | No | The database containing the item (defaults to the context database). |