Contains a record of all wiki article versions within the digital workplace. Versioning a wiki article will add a new row to this table.
URL
/odata/dContentWikiVersion
Attributes
Name | Data Type | Connects to: |
---|---|---|
wiki_key | Edm.Int64 | |
last_modified_user_key | Edm.Int32 |
Name | Data Type | Description |
---|---|---|
version_number | Edm.Int32 | The version number of the wiki article. |
wiki_name | Edm.String | The name assigned to a version of a wiki article. |
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 wiki article. |
community_key | Edm.Int32 | A unique identifier for a digital workplace. |
wiki_version_key | Edm.Int64 | A unique identifier for a wiki article version. |