Get Item Dashboard
GET/api/items/getitemdashboard/:id
Tier: Public — stable, supported for third-party integration.
Returns a dashboard summary for a single item: full detail plus last-seen timestamp, the latest 5 pages of state/movement/order/service history, and 28-day graph data.
Calling this for an item with no attached tag currently raises an unhandled exception (HTTP 500) while building the tag-read graph data.
Request
Responses
- 200
- 400
- 401
- 403
Returns the dashboard. See Items.ItemDashboardDto.
The item does not exist or is not visible to the caller (NotFound).
Caller is not authenticated.
Caller does not have Read permission on the Item module.