Returns all dashboards

Returns all dashboards.

GET /analytics/dashboards

Returns all dashboards.

content:
            application/json:
              schema:
                type: array
                items:
                  "$ref": "#/components/schemas/DashboardDTO"

Last updated