Get Details Items
POST/api/items/getdetaileditems
Tier: Public — stable, supported for third-party integration.
Returns the full detail of multiple items by id in a single call.
Request
Responses
- 200
- 400
- 401
- 403
The Items.ItemDetailDto records for the ids that exist and are visible to the caller;
unknown or not-visible ids are silently omitted. An empty list is returned (with HTTP 200) when
none match.
A service-level error occurred.
Caller is not authenticated.
Caller does not have Read permission on the Item module.