Get Item State History
GET/api/items/getitemstatehistory
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of item state-history rows.
Rows for deleted items are excluded, and results are limited to the caller's visible places when
a visibility restriction applies. Unlike ItemController.GetItemPlaceHistory(...), there is no implicit
date window.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Items.ItemStateHistoryDto.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.
Caller does not have Read permission on the Item module.