| Name | Description | Type | Additional information |
|---|---|---|---|
| Author |
Contact information about the Discussion Post Author. |
ContactConcise |
None. |
| Body |
Body of the Discussion Post. Includes all HTML markup. |
string |
None. |
| BodyWithoutMarkup |
Body of the Discussion Post. HTML markup has been removed. |
string |
None. |
| ContactKey |
ContactKey of the Contact that created this Discussion Post. |
globally unique identifier |
None. |
| DatePosted |
Date of the Discussion Post. In UTC time. |
date |
None. |
| LinkToDiscussion |
URL for viewing the Discussion in the Community site. |
string |
None. |
| LinkToMessageInContext |
URL for viewing the Discussion Post in thread context. |
string |
None. |
| DiscussionName |
Name of the Discussion. |
string |
None. |
| EmailAddress |
Email Address of the Discussion Post Contributor. |
string |
None. |
| LinkToMessage |
URL for viewing the Discussion Post. |
string |
None. |
| DiscussionPostKey |
Unique Identifier of the Discussion Post. |
globally unique identifier |
None. |
| ParentDiscussionPostKey |
Unique Identifier of the Parent Discussion Post. If there is no parent, will return an empty Guid. |
globally unique identifier |
None. |
| DiscussionThreadKey |
Unique Identifier of the Discussion Thread. |
globally unique identifier |
None. |
| CommunityName |
The community name of the community to which this Post belongs. |
string |
None. |
| CommunityKey |
Unique Identifier of the community to which this Post belongs. |
globally unique identifier |
None. |
| DiscussionKey |
Unique Identifier of the Discussion to which this Post belongs. |
globally unique identifier |
None. |
| MessageStatus |
Status code of this Discussion Post. |
string |
None. |
| ModerationType |
Type of Moderation for this Discussion Post (if relevant). |
string |
None. |
| DiscussionPostId |
Unique, sequential integer ID for the Discussion Post. |
integer |
None. |
| Pinned | boolean |
None. |
|
| Status | MessageStatus |
None. |
|
| Subject |
Subject Line of this Discussion Post. |
string |
None. |
| Tags |
All of the tags indexed for the item. This includes user tags and admin based tags. |
Collection of ItemTagResponse |
None. |
| HasRecommended |
Whether or not the current user has liked/recommended the discussion post |
boolean |
None. |
| RecommendationCount |
Number of recommendations for this Discussion Post. |
integer |
None. |
| Attachments |
Attachments included with this Discussion Post. |
Collection of DocumentAttachment |
None. |
| ContactsWhoRecommend |
Contact data for each Contact that has recommended this Discussion Post. |
Collection of ContactConcise |
None. |
| IsAnswer |
True if this Post is marked as the Best Answer for it's thread. |
boolean |
None. |
| UserPermissions |
Permissions for actions the current user can take. Current possible options include (edit | delete | mark as inappropriate) |
Collection of string |
None. |