The tenant's metric inventory, paged
GET/metrics/overview
A page of the tenant's metrics with the live signals reading each one, for the metric administration (HET-1713). Deliberately separate from GET /metrics, which is the signal form's picker and therefore leaves out the origins the platform assigns itself: an inventory has to show the inventory, and an orphaned FORM metric of a deleted form is exactly what an administrator is looking for. Paged, filtered and sorted by the database.
Request
Responses
- 200
- 400
- 401
- 403
- default
A page of metrics matching the filter
the default error response
Unauthorized — the bearer token is missing, expired or invalid, or carries no role. Errors raised by the security aspects contain an ErrorDto body; requests rejected by the security filter chain may have an empty body.
Forbidden — the authenticated user lacks the required role or access rights.
the default error response