# get_forum_status
# Function
| Function Name | Description | Level |
|---|---|---|
| get_forum_status | Given an arrary of forum_id, returns their details and current status | 4 |
Input Parameters:
| Name | Type | Required? | Description | Level |
|---|---|---|---|---|
| forum_ids | Array of String | yes | A list of forum_id as an array | 4 |
Output Parameters:
| Name | Type | Required? | Description | Level |
|---|---|---|---|---|
| forums | Array of Hash table | yes | 4 | |
| forum_id | String | yes | 4 | |
| forum_name | byte[] | yes | 4 | |
| logo_url | String | 4 | ||
| is_protected | Boolean | 4 | ||
| new_post | Boolean | 4 |