Contains a record of all forum topics within the digital workplace. Creating a new forum topic, archiving an existing forum topic, or changing a forum topic's type will add a row to this table.
URL
/odata/dContentForumTopic
Attributes
| Name | Data Type | Connects to: |
|---|---|---|
| forum_key | Edm.Int64 | |
| forum_topic_type_key | Edm.Int32 | |
| forum_state_key | Edm.Int32 | |
| user_key | Edm.Int32 | |
| first_published_utc_hh_key | Edm.Int32 | |
| archive_status_key | Edm.Int32 |
| Name | Data Type | Description |
|---|---|---|
| is_resolved | Edm.Boolean | TRUE if the forum topic has been answered. Otherwise, FALSE. |
| forum_name | Edm.String | The name assigned to a forum topic. |
| row_active_date | Edm.DateTimeOffset | The date the current row was created. |
| row_inactive_date | Edm.DateTimeOffset | The date the current row was made inactive. Active rows will have a date with the year 9999. |
| source_system_id | Edm.Guid | A unique identifier for a forum topic. |
| community_key | Edm.Int32 | A unique identifier for a digital workplace. |