---
title: "admGetDashboardById"
canonical: "https://support.appfire.com/space/PSJC/748683420/admGetDashboardById"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Dashboard by ID

Returns the dashboard by ID.
 User must be able to access that dashboard.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetDashboardById(dashId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | dashboardById(dashId) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| dashId | string | Yes | The dashboard id |

## Return Type

**[JDashboard](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

The dashboard

## See also

> Macro (contentbylabel)