afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/DirectMessage.json

30 lines
1.2 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"usage"
],
"title": "DirectMessage - Data API",
"description": "Represents a direct message conversation between multiple users in Chatter. This object is available in API version 38.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Name": {
"type": "string",
"properties": "Filter, Group, idLookup, Sort, Update",
"description": "A default value that isnt visible to users."
},
"Subject": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort, Update",
"description": "Subject of the overall direct message conversation."
}
},
"special_access_rules": "You must have the Manage Chatter Messages and Direct Messages permission enabled to access the DirectMessage object.",
"usage": "DirectMessage is an object used by Salesforce to control DirectMessage conversations. It represents a record of a direct message conversation, but doesnt include conversation data, such as posts or comments. It is most frequently used to moderate direct message data in order to meet data compliance regulations."
}