---
title: "Gets all dashboards with optional active filter."
method: GET
path: "/dash/v{version}/Dashboards"
tags: ["Dashboards"]
---

# Gets all dashboards with optional active filter.

`GET /dash/v{version}/Dashboards`

## Path parameters

- `version` string, required

## Query parameters

- `isActive` boolean

## Headers

- `company-id` string, required

## Response `200`

Success

- BilfloUtilMicroservicesCQRSResponseBase1SystemCollectionsGenericIEnumerable1DashboardsContractsModelsDashboardDto
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` DashboardsContractsModelsDashboardDto[], nullable
    - `dashboardId` integer
    - `companyId` string, uuid
    - `name` string, nullable
    - `description` string, nullable
    - `createdBy` string, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable
    - `isActive` boolean

---

[API](https://skmtc.net/bilflo/apis/bilflo-api.md) · [All operations](https://skmtc.net/bilflo/apis/bilflo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilflo/bilflo-api/versions/bcdbca776df0/schema)
