Returns all dashboards
Returns all dashboards.
GET /analytics/dashboards
Returns all dashboards.
content:
            application/json:
              schema:
                type: array
                items:
                  "$ref": "#/components/schemas/DashboardDTO"content:
            application/json:
              schema:
                "$ref": "#/components/schemas/InternalServerErrorDTO"Last updated