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

47 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"special_access_rules"
],
"title": "UnifiedTaskParticipant - Data API",
"description": "Represents a participant in a task. 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": {
"ActivityId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the activity the person is participating in. This field is a relationship field.",
"relationship_name": "Activity",
"relationship_type": "Lookup",
"refers_to": "UnifiedTask"
},
"ChannelAddress": {
"type": "string",
"properties": "Filter, Nillable",
"description": "Username of the participant. The username is captured at the time of the communication; it doesnt change if the contacts username is updated later."
},
"ParticipantType": {
"type": "picklist",
"properties": "Filter, Nillable, Restricted picklist",
"description": "The participants role in the activity. Possible values are: AssignedTo Attendee BCC CC From OptionalAttendee Organizer To"
},
"PersonId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the contact, lead, or user participating in the activity. This field is a polymorphic relationship field.",
"relationship_name": "Person",
"relationship_type": "Lookup",
"refers_to": "Contact, Lead, User"
}
},
"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."
}