mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-08 00:10:29 +08:00
23 lines
894 B
JSON
23 lines
894 B
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"usage"
|
|
],
|
|
"title": "ChatterConversation - Data API",
|
|
"description": "Represents a private conversation in Chatter, consisting of messages that conversation members have sent or received. This object is available in API version 23.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"Id": {
|
|
"type": "ID",
|
|
"properties": "Defaulted on create, Filter, Group, Sort",
|
|
"description": "ID of the conversation."
|
|
}
|
|
},
|
|
"usage": "Use this object to identify private conversations in Chatter. Users can access this object if they have the Manage Chatter Messages and Direct Messages permission. This object is read-only via the API and is provided only to allow administrators to view users' Chatter messages; for example, for compliance purposes."
|
|
} |