---
title: Dashboard
id: "en:tracking:ROOT:dashboard.adoc"
site: en
component: tracking
module: ROOT
version: 3.0
lang: en
url: "https://help.rtlscloud.io/en/tracking/3.0/dashboard.html"
source_repo: "https://github.com/iot-invent/xCloud.git@3.0.x"
source_path: tracking/docs/en/modules/ROOT/pages/dashboard.adoc
---

# Dashboard

The dashboard shows the number of assets per location for an asset type in interactive tiles. It is suitable as an overview display (e.g. on a monitor in the hall) and refreshes automatically every 30 seconds.

> **NOTE:** Screenshot to be added: tracking_app_dashboard.png — to show: dashboard with several location tiles and counters for one asset type.

![Dashboard](tracking_app_dashboard.png)

## Access

The dashboard is opened via a URL and can be configured with parameters:

`…​/asset/dashboard/countByType/<typeId>`

| Parameter | Description |
| --- | --- |
| `typeId` | Id of the asset type whose stock is displayed (required, part of the path) |
| `tenantId` | Tenant (optional; default: current tenant) |
| `spaceKey` | Space key (optional) |
| `locations` | Restriction to specific business locations (optional, can be specified multiple times) |
| `search` | Search expression to further restrict the assets (optional) |

## Display

-   For each location, a tile with the current number of assets of the selected type is displayed.

-   The display refreshes automatically every 30 seconds.
