provider-get-item-by-id
Retrieve Sitecore content items by their unique ID from Sitecore databases. Specify database, language, and version parameters to fetch specific item data.
Instructions
Gets a Sitecore item by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The path of the item to retrieve (e.g. master:\content\home) | master: |
| id | Yes | The ID of the item to retrieve (e.g. {110D559F-DEA5-42EA-9C1C-8A5DF7E70EF9}) | |
| database | No | The database containing the item (defaults to the context database) | |
| language | No | The language of the item to retrieve | |
| version | No | The version of the item to retrieve |