NetworkFeedResponseMetric

Represents an object that stores the date and time values of question posts. It captures information for question creation, answer creation, and when an answer is marked as best answer This object is available in API version 51.0 and later.

Supported Calls

describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Special Access Rules

The NetworkFeedResponseMetric object is available only if both NetworksEnabled and ChatterEnabled org preferences are enabled.

Fields

Field Details
BestCommentDateTime
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Represents the date and time a user created an answer that was later marked as best answer.
BestCommentId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Represents the comment that was marked as the best answer.
FeedItemCreatedById
Type
reference
Properties
Filter, Group, Sort
Description
Represents the user who created the feed item.
FeedItemDateTime
Type
dateTime
Properties
Filter, Sort
Description
Represents the date and time when the feed Item was created.
FeedItemId
Type
reference
Properties
Filter, Group, Sort
Description
Represents the unique ID of the question post.
FirstCommentDateTime
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Represents the date and time when the first comment was created.
FirstCommentId
Type
reference
Properties
Filter, Group, Nillable, Sort
Description
Represent the first comment on a feed Item.
MarkedAsBestCommentDateTime
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Represents the date and time the user marked the answer as best answer.
NetworkId
Type
reference
Properties
Filter, Group, Sort
Description
Represents where the feed item was created.
ParentRecordId
Type
reference
Properties
Filter, Group, Sort
Description
Represents the parent record. Parent records can include records like user, account, or group.