VersionHistory.getList (Method)
Returns zero or more structures, each containing information on a page's version history. Structure members include the version's first comment, when the version was made, who made it, and so on.
Returns:
VersionHistory_GetList_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
FirstSubmissionComment | Any | The version's first submitted comment. |
FirstSubmissionTimestamp | Timestamp | This date and time when this version's first comment was submitted. |
FirstSubmissionUserID | UserID | The ID of user who made this version's first submission. |
FirstSubmissionUserName | Person_FirstNameMiddleNameLastName | The 'firstname middlename last name' of the user who made this version's first submission. |
IsPageCreationRecord | Boolean | Boolean value indicating if the current record is the record corresponding to page creation. |
NumberOfSubmissions | PositiveInteger | The number of submissions made for this version. |
PublicationTimestamp | Timestamp | The date and time when this version was published. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
pageID | RealPageID_NonBaseTemplate | Required | A page's ID. |
applyLimit | Boolean | Optional. Defaults to '1'. | Boolean flag which when set to true indicates that a page's version history limit is applied when CommonSpot returns results. |
Context:
License Requirements | None |
Permission Requirements | page:History |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None