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

64 lines
2.4 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "UnifiedMeeting - Data API",
"description": "Represents a meeting that was captured or synced from an Event record. This object is available for reports and dashboards in the Winter 24 release and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ActivityDateTime": {
"type": "dateTime",
"properties": "Filter, Sort",
"description": "The date and time of the meeting in the Coordinated Universal Time (UTC) time zone."
},
"ActivitySubType": {
"type": "picklist",
"properties": "Filter, Nillable, Restricted picklist",
"description": "Always blank for this object."
},
"ActivityType": {
"type": "picklist",
"properties": "Filter, Nillable, Restricted picklist",
"description": "The type of activity. Possible value is UnifiedMeeting."
},
"DetailId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the object that contains detailed activity-specific information. The object depends on the activity type. For example, the detail for a Task activity is a Task object. The detail for an Event activity is an Event object. This field is a relationship field.",
"relationship_name": "Detail",
"relationship_type": "Lookup",
"refers_to": "Event"
},
"InternalEventKey": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Reserved for internal use."
},
"IsInsightAvailable": {
"type": "boolean",
"properties": "Defaulted on create, Filter",
"description": "Indicates whether the activity has an insight associated with it (true) or not (false). The default value is false."
},
"Snippet": {
"type": "string",
"properties": "Nillable",
"description": "An abbreviation of the event description. This field has a maximum length of 255 characters."
},
"Subject": {
"type": "string",
"properties": "None",
"description": "Contains the subject of the meeting."
}
},
"special_access_rules": "Einstein Activity Capture and Activity 360 Reporting must be enabled.\n\nEinstein Activity Capture and Activity 360\n Reporting must be enabled."
}