---
title: "getBlogs"
canonical: "https://support.appfire.com/space/PSCONF/15304707/getBlogs"
format: markdown
---
> Macro (aura-html)

> Macro (table-plus)
> 
> |  |  |  |  |
> | --- | --- | --- | --- |
> | **Syntax** | getBlogs(spaceKey) | **Package** |  |
> | **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Returns all blogss of a space, by space key.

Returns all blogss of a space, by space key.

## Return Type

**Number []**

## Example

```javascript
return getBlogs("PSCONF");
```

Return: 131785|131890|132923|134465

## See also

> Macro (contentbylabel)