mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-06 15:59:59 +08:00
149 lines
6.0 KiB
JSON
149 lines
6.0 KiB
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"fields",
|
||
|
|
"special_access_rules",
|
||
|
|
"usage",
|
||
|
|
"field_reference"
|
||
|
|
],
|
||
|
|
"title": "NetworkActivityAudit - Data API",
|
||
|
|
"description": "Represents an audit trail of moderation actions in Experience Cloud sites. This object is available in API version 30.0 and later.",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"properties",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"Action": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
|
||
|
|
"description": "The moderation action a member performed on a post, comment, or file in an Experience Cloud site.Values are: Flagged as Inappropriate—A member flagged a post, comment, or file as inappropriate. Flagged as Spam - A member flagged a post, comment, or file as spam. Unflagged—A member removed the flag from a post, comment, or file. RemovedFlags—A moderator removed all flags from a post, comment, or file. DeletedFlaggedItem—A moderator deleted a flagged post, comment, message, or file. DeletedPendingReviewItem—A moderator deleted a post or comment with pending status. ModerationRuleFlag—A moderation rule flagged member-generated content. ModerationRuleBlock—A moderation rule blocked member-generated content. ModerationRuleReplace—A moderation rule replaced member-generated content. ModerationRuleReview—A moderation rule sent member-generated content to be reviewed and approved by a moderator. ModerationRuleFreeze—A moderation rule froze a member because they created content too frequently within a specific time frame. ModerationRuleNotify—A moderation rule notified moderators because a member created content too frequently within a specific time frame."
|
||
|
|
},
|
||
|
|
"Description": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "Notes entered by the user.If the entity being tracked is a file, records the version number of the file when it was flagged."
|
||
|
|
},
|
||
|
|
"EntityCreatedById": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "ID of the user that created the entity being tracked."
|
||
|
|
},
|
||
|
|
"EntityId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "The ID of the entity that is being tracked. The following entities are tracked: ChatterMessage, ContentDocument, ContentVersion, FeedComment, and FeedItem."
|
||
|
|
},
|
||
|
|
"EntityType": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "The key prefix of the entity being tracked."
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"type": "string",
|
||
|
|
"properties": "Create, Filter, Group, Sort, Update",
|
||
|
|
"description": "The ID of the item being tracked."
|
||
|
|
},
|
||
|
|
"NetworkId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "ID of the Experience Cloud site where the moderation action was performed."
|
||
|
|
},
|
||
|
|
"ParentEntityId": {
|
||
|
|
"type": "reference",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "ID of the parent of the entity on which an action was performed."
|
||
|
|
},
|
||
|
|
"ParentEntityType": {
|
||
|
|
"type": "picklist",
|
||
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
||
|
|
"description": "The key prefix of the parent of the entity being audited."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"special_access_rules": "This object is available only when your org has digital experiences enabled.",
|
||
|
|
"usage": "Use this object to view an audit trail of moderation activity for your Experience Cloud sites. You must have the Modify All Data permission to access this object. Users with Moderate Experiences Feeds, Moderate Experiences Files, or View All Data can view the audit trail using reports in the Salesforce user interface.\n\nUse this object to view an audit trail of moderation activity for your Experience Cloud sites. You must have the Modify All Data permission to access this object.\n\nUsers with Moderate Experiences Feeds, Moderate Experiences Files, or View All Data can view the audit trail using reports in the Salesforce user interface.",
|
||
|
|
"field_reference": {
|
||
|
|
"Action": {
|
||
|
|
"field_label": "Action",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"CreatedById": {
|
||
|
|
"field_label": "Created By ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"CreatedDate": {
|
||
|
|
"field_label": "Created Date",
|
||
|
|
"type": "datetime"
|
||
|
|
},
|
||
|
|
"Description": {
|
||
|
|
"field_label": "Description",
|
||
|
|
"type": "string",
|
||
|
|
"length": "250"
|
||
|
|
},
|
||
|
|
"EntityCreatedById": {
|
||
|
|
"field_label": "User ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"EntityId": {
|
||
|
|
"field_label": "Entity ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"EntityType": {
|
||
|
|
"field_label": "Audited Object Type",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"Id": {
|
||
|
|
"field_label": "Network Activity Audit 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"
|
||
|
|
},
|
||
|
|
"Name": {
|
||
|
|
"field_label": "Name",
|
||
|
|
"type": "string",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"NetworkId": {
|
||
|
|
"field_label": "Network ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"ParentEntityId": {
|
||
|
|
"field_label": "Parent Entity ID",
|
||
|
|
"type": "reference",
|
||
|
|
"length": "18"
|
||
|
|
},
|
||
|
|
"ParentEntityType": {
|
||
|
|
"field_label": "Parent Type of Audited Object",
|
||
|
|
"type": "picklist",
|
||
|
|
"length": "255"
|
||
|
|
},
|
||
|
|
"SystemModstamp": {
|
||
|
|
"field_label": "System Modstamp",
|
||
|
|
"type": "datetime"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"field_reference_columns": [
|
||
|
|
"field_label",
|
||
|
|
"type",
|
||
|
|
"length"
|
||
|
|
]
|
||
|
|
}
|