common-get-item-workflow-event-by-id
Retrieve workflow history entries for a specific Sitecore content item by its ID. Use this to track item revisions, user actions, and workflow state changes.
Instructions
Gets entries from the workflow history for the specified item by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the item to have its history items returned. | |
| identity | No | The user that has been associated with the enteries. Wildcards are supported. | |
| language | No | The language that will be used as source language. | |
| database | No | The database containing the item (defaults to the context database). |