Hi ,
Thanks for response.
Information I am looking for is , how we can identify that document content is updated or metadata.
I can get the change in metadata using action "Get changes for an item or file (properties only)" , where it flags that the metadata is updated but there is no flag for content change.
Following is the output (body part) of action "Get changes for an item or file (properties only)" when document content is updated . In the below output only modified flag is set to true , there is no flag which tells that the content is updated.
"body": {
"SinceVersionExisted": true,
"SinceVersionId": 12288,
"SinceVersionLabel": "24.0",
"UntilVersionIsCurrent": true,
"UntilVersionId": 12800,
"UntilVersionLabel": "25.0",
"ColumnHasChanged": {
"ID": false,
"Title": false,
"DocURL": false,
"DocumentType": false,
"Description": false,
"DocumentComments": false,
"Author": false,
"Assignee": false,
"ApprovalStatus": false,
"ApprovalDate": false,
"ApprovalComments": false,
"ApprovalHistory": false,
"NotifyUser": false,
"Created": false,
"Editor": false,
"Modified": true,
"Workflow": false,
"OData__DisplayName": false
}
I am looking for a way to identify that the document content is updated.
Thanks