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


## Description

> Macro (excerpt)
> 
> Gadgets on given dashboard

Returns the gadgets on the specific dashboard.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetDashboardGadgets(dashboardId) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | dashboardGadgets(dashboardId) |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| dashboardId | string | Yes | The dashboard ID |

## Return Type

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

Gadget instances, with column / row coordinates, colors, etc

## See also

> Macro (contentbylabel)