Search for Sharepoint API for file notification

APIPointNewbie 146 Reputation points
2021-07-12T09:13:39.28+00:00

Hello,

I'm currently working on a Python application and I'm looking for an API function/point (RESTful) for Sharepoint 365. Which when called, notifies the user when a file has been added or changed.

Or is there a library for python for this ?

Would be (extremely) happy if someone could help me , thanks in advance.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,700 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,982 questions
0 comments No comments
{count} votes

Accepted answer
  1. MichaelHan-MSFT 18,031 Reputation points
    2021-07-13T05:50:03.647+00:00

    Hi @APIPointNewbie ,

    No, there is no such API function/point (RESTful) in SharePoint.

    What are you looking for are Remote Event Receivers, which are not available for python.

    https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/handle-events-in-sharepoint-add-ins


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.