Get Dashboard
GET/api/places/getdashboard/:id
Tier: Public — stable, supported for third-party integration.
Returns an aggregate stock/order dashboard for one place.
Request
Responses
- 200
- 400
- 401
- 403
The dashboard. See Places.PlaceDashboardDto.
Unknown id — error array with NotFound, field "place".
Caller is not authenticated.
Caller does not have Read permission on the Place module.