Get Item Place History
GET/api/items/getitemplacehistory
Tier: Public — stable, supported for third-party integration.
Returns a server-side filtered, sorted, and paged list of item place-movement history rows.
When the client's $filter does not mention DateMoved, results are implicitly restricted to movements in the last 365 days — clients wanting older history must include an explicit DateMoved filter. Rows for deleted items are excluded, and results are limited to the caller's visible places (by the item's current place) when a visibility restriction applies.
Request
Responses
- 200
- 400
- 401
- 403
A PageResult of Items.ItemPlaceMovementHistoryDto.
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.