| Name | Description | Type | Additional information |
|---|---|---|---|
| AnnouncementKey |
The primary key for the announcement. |
globally unique identifier |
None. |
| AnnouncementText |
The announcement content/body. |
string |
None. |
| AnnouncementTitle |
Title of the announcement. |
string |
None. |
| AnnouncementType |
Type of announcement, otherwise string.Empty. |
string |
None. |
| CommunityKey |
If the announcement is associated to a community, is the primary key for the community, otherwise Guid.Empty. |
globally unique identifier |
None. |
| CommunityName |
If the announcement is associated to a community, is the name of the community, otherwise not included. |
string |
None. |
| CreatedByContactKey |
The primary key of the contact who created the announcement. |
globally unique identifier |
None. |
| ContactDisplayName |
The display name of the contact who created the announcement. |
string |
None. |
| LinkToContactProfile |
The url that links to the profile of the contact who created the announcement. |
string |
None. |
| ContactLargePictureUrl |
The url of the large picture of the contact who created the announcement. |
string |
None. |
| ContactSmallPictureUrl |
The url of the small picture of the contact who created the announcement. |
string |
None. |
| CreatedOn |
The DateTime at which the announcement was created. |
date |
None. |
| IsLoggingEnabled |
If logging is enabled for this item. |
boolean |
None. |
| LinkText |
URL Text given at creation the text to be displayed with the LinkUrl. Optional, else is string.Empty. |
string |
None. |
| LinkUrl |
Additional URL given at creation. Optional, else is string.Empty. |
string |
None. |
| MicrositeGroupTypeRouteDesignKey |
The primary key for the MicrositeGroupTypeRouteDesign for the announcement. |
globally unique identifier |
None. |
| OpenNewWindow |
If the LinkUrl should open in a new window. |
boolean |
None. |
| Tags |
All of the tags indexed for the item. This includes user tags and admin based tags. |
Collection of ItemTagResponse |
None. |
| UpdatedByContactKey |
The primary key of the contact who last updated the announcement. |
globally unique identifier |
None. |
| UpdatedOn |
The DateTime at which the announcement was last updated. |
date |
None. |
| UserPermissions |
Permissions for actions the current user can take |
Collection of string |
None. |