admin管理员组

文章数量:1122846

I am working on a task where I need to programmatically capture changes made on my SharePoint site. Specifically, I need to:

  1. Identify exactly which cell (add, update, or delete) has been changed.
  2. Retrieve the entire row where the change has occurred.

I am using Python for this task and running my solution on AWS Lambda.

Does SharePoint provide an API or webhook that can help me track changes at such a granular level? Or are there Python libraries or SDKs that would facilitate this?

If anyone has dealt with a similar requirement or has suggestions on the best approach to achieve this, I would greatly appreciate your insights.

Thank you in advance!

本文标签: pythonCapture Live changesStack Overflow