{
"sections": [
"title",
"description",
"fields",
"usage",
"associated_objects",
"wsdl_segment",
"field_reference"
],
"title": "Topic - Data API",
"description": "Represents a topic on a Chatter post or record. This object is available in API version 28.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Description": {
"type": "string",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Description of the topic."
},
"ManagedTopicType": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Type of managed topic. Values are: Content Featured Navigational This field is available in API version 44.0 and later."
},
"Name": {
"type": "string",
"properties": "Create, Filter, Group, idLookup, Sort, Update",
"description": "Name of the topic."
},
"NetworkId": {
"type": "reference",
"properties": "Create, Filter, Nillable, Sort",
"description": "Identifier of the Experience Cloud site to which the topic belongs. This field is available only if digital experiences is enabled in your org."
},
"TalkingAbout": {
"type": "int",
"properties": "Filter, Group, Sort",
"description": "Number of people talking about the topic over the last two months, based on factors such as topic additions and comments on posts with the topic."
}
},
"usage": "Use this object to query a specific topic or to get a list of all topics, even those used solely in private groups and on records, and the number of people talking about them. Use this object to create, edit, or delete topics. To create a topic, you must have the Create Topics permission. To edit a topic, you must have the Edit Topics permission. To delete a topic, you must have the Delete Topics or Modify All Data permission.\n\nUse this object to query a specific topic or to get a list of all topics, even those used solely in private groups and on records, and the number of people talking about them.\n\nUse this object to create, edit, or delete topics. To create a topic, you must have the Create Topics permission. To edit a topic, you must have the Edit Topics permission. To delete a topic, you must have the Delete Topics or Modify All Data permission.",
"associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **TopicFeed (API version 29.0)**: Feed tracking is available for the object.",
"wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```",
"field_reference": {
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"Description": {
"field_label": "Description",
"type": "string",
"length": "1000"
},
"Id": {
"field_label": "Topic ID",
"type": "id",
"length": "18"
},
"ManagedTopicType": {
"field_label": "Enabled For",
"type": "string",
"length": "99"
},
"Name": {
"field_label": "Name",
"type": "string",
"length": "99"
},
"NetworkId": {
"field_label": "Network ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TalkingAbout": {
"field_label": "Talking About",
"type": "int",
"digits": "9"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}