provider-get-item-by-query
Retrieve Sitecore content items using Sitecore query language to locate specific data in the content management system.
Instructions
Gets a Sitecore item by Sitecore query.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The path of the item to retrieve (e.g. master:\content\home) | master: |
| query | Yes | The Sitecore query to execute (e.g. /sitecore/content/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 |