common-get-item-field-by-path
Retrieve Sitecore item field information by specifying a path, with options to filter by name, include standard template fields, and select return format.
Instructions
Gets item fields as either names or fields or template fields by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path 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). |