Returns the available discussion board groups.
_shape=Groups.Name,Groups.Description.| Field | Type | Description |
|---|---|---|
Id | number | Unique numeric identifier for the group |
UniqueId | string | Globally unique identifier |
| Field | Type | Description |
|---|---|---|
Name | string | Group display name |
Description | string | Group description |
GroupAccess | string | Access level (e.g. Public, Private) |
CanPostMessages | boolean | Whether the current user can post messages in this group |
| Field | Type | Description |
|---|---|---|
Business | object | Location object (Id, Name, WebAddress) |
User | object | Group owner object (Id, FullName, etc.) |
| Field | Type | Description |
|---|---|---|
CreatedOn | string | Date created (business-local time) |
UpdatedOn | string | null | Date last updated (business-local time) |
CreatedOnUtc | string | Date created (UTC) |
UpdatedOnUtc | string | null | Date last updated (UTC) |