mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
163 lines
4.7 KiB
JSON
163 lines
4.7 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules",
|
||
|
|
"field_reference"
|
||
|
|
],
|
||
|
|
"title": "NetworkFeedResponseMetric - Data API",
|
||
|
|
"description": "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.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"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."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "The NetworkFeedResponseMetric object is available only if both NetworksEnabled and ChatterEnabled org preferences are enabled.",
|
||
|
|
"field_reference": {
|
||
|
|
"BestCommentDateTime": {
|
||
|
|
"field_label": "Best Comment Date Time",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"BestCommentId": {
|
||
|
|
"field_label": "Feed Comment ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"CreatedById": {
|
||
|
|
"field_label": "Created By ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"CreatedDate": {
|
||
|
|
"field_label": "Created Date",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"CurrencyIsoCode": {
|
||
|
|
"field_label": "Currency ISO Code",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "3"
|
||
|
|
},
|
||
|
|
"FeedItemCreatedById": {
|
||
|
|
"field_label": "Feed Item Created By ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"FeedItemDateTime": {
|
||
|
|
"field_label": "Feed Item Date Time",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"FeedItemId": {
|
||
|
|
"field_label": "Feed Item ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"FirstCommentDateTime": {
|
||
|
|
"field_label": "First Comment Date Time",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"FirstCommentId": {
|
||
|
|
"field_label": "Feed Comment ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"Id": {
|
||
|
|
"field_label": "Network Feed Response Metric Id",
|
||
|
|
"type": "id",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"IsDeleted": {
|
||
|
|
"field_label": "Deleted",
|
||
|
|
"type": "boolean"
|
||
|
|
},
|
||
|
|
"LastModifiedById": {
|
||
|
|
"field_label": "Last Modified By ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"LastModifiedDate": {
|
||
|
|
"field_label": "Last Modified Date",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"MarkedAsBestCommentDateTime": {
|
||
|
|
"field_label": "Marked As Best Comment Date Time",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"field_label": "Name",
|
||
|
|
"type": "string",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"NetworkId": {
|
||
|
|
"field_label": "Network ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"ParentRecordId": {
|
||
|
|
"field_label": "Parent Record ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"SystemModstamp": {
|
||
|
|
"field_label": "System Modstamp",
|
||
|
|
"type": "datetime"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"field_reference_columns": [
|
||
|
|
"field_label",
|
||
|
|
"type",
|
||
|
|
"length"
|
||
|
|
]
|
||
|
|
}
|