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

71 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",
"field_reference"
],
"title": "UnifiedActvtyInsightKeyword - Data API",
"description": "Represents a keyword in a communication that triggered the activity insight. 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": {
"InsightId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "ID of the activity insight associated with the keyword. This field is a relationship field.",
"relationship_name": "Insight",
"relationship_type": "Lookup",
"refers_to": "UnifiedActivityInsight"
},
"Keyword": {
"type": "string",
"properties": "Filter, Nillable, Sort",
"description": "Keyword mentioned in the communication."
},
"Occurrences": {
"type": "int",
"properties": "Filter, Nillable, Sort",
"description": "Number of times the keyword was mentioned in the communication."
}
},
"field_reference": {
"ExternalId": {
"field_label": "External ID",
"type": "string",
"length": "255"
},
"Id": {
"field_label": "Unified Activity Insight Keyword ID",
"type": "id",
"length": "18"
},
"InsightId": {
"field_label": "Unified Activity Insight ID",
"type": "reference",
"length": "18"
},
"Keyword": {
"field_label": "Keyword",
"type": "string",
"length": "80"
},
"Occurrences": {
"field_label": "Occurrences",
"type": "int",
"digits": "9"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}