Get Single Item
GET/api/items/getitem/:id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a single item by its identifier.
Request
Responses
- 200
- 400
- 401
- 403
Returns the item. See Items.ItemDetailDto.
The item does not exist, does not belong to the caller's organisation, or is outside the caller's place-visibility restriction (NotFound).
Caller is not authenticated.
Caller does not have Read permission on the Item module.