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


## Description

> Macro (excerpt)
> 
> Retrieves the names of all boards within a project or system.

Retrieves the names of all boards within a project or system, offering a comprehensive list of board titles for reference and navigation.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getAllBoardNames() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

**String []**

Returns all the board names it can find.

## Example

```javascript
string [] boards = getAllBoardNames();
```

## See also

> Macro (contentbylabel)