Get Items For Dialog
GET/api/items/get-filtered-items-for-dialog
Tier: Public — stable, supported for third-party integration.
Returns the same filtered item list as ItemController.GetItems(...), but for any authenticated caller
regardless of Item-module permission. Intended for picker/dialog UIs where users without Item
read permission still need to reference items.
Request
Responses
- 200
- 400
- 401
A PageResult of Items.ItemSummaryDto — same result set as getfiltereditems.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.