Name | Description | Type | Additional information |
---|---|---|---|
Parent |
This nested structure of parent post returns the most direct parent first, continuing up the hierarchical tree, and always ends with the original parent post of the thread. The maxBreadCrumbs specifies how many ancestor posts to return, but will always end with the original parent post of the thread. |
DiscussionPostAncestry |
None. |
Replies |
This collection returns a set of direct children for the current discussion post. The default is to return up to 10 direct children of the current post. |
PaginatedReplies |
None. |
BodyWithoutOriginalMessage |
Body of the Discussion Post. The original message content has been removed. |
string |
None. |
HasReplied |
Whether or not the current user has replied directly to the current discussion post |
boolean |
None. |
ReplyCount |
The number of direct children replies of this discussion post |
integer |
None. |
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. |