Lookback API: Deleted items

后端 未结 3 2013
轮回少年
轮回少年 2021-01-22 07:20

I\'d like to use the lookback API to view the history of a deleted object, which I think should be simple if I know the formatted id. I just need to query:

{ FormattedI

3条回答
  •  清酒与你
    2021-01-22 08:07

    If you know the specific FormattedID, you can just query for its history, as you mentioned above. There isn't a special indicator that a snapshot represents the last valid state before a deletion, but the _ValidTo date will have been changed from the apoc (9999-01-01) to the date and time it was deleted. Unfortunately, the _User field of that last snapshot will be of the person that caused the last change to the object (before deletion), since we don't record a snapshot for when we delete.

提交回复
热议问题