provider-get-item-by-uri
Retrieve Sitecore content items by specifying their URI, enabling access to specific database entries with optional language and version parameters.
Instructions
Gets a Sitecore item by its URI.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The path of the item to retrieve (e.g. master:\content\home) | master: |
| uri | Yes | The URI of the item to retrieve (e.g. sitecore://master/home) | |
| 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 |