Share via

SharePoint Change Log API Attachments

Rajendra Sonawane 41 Reputation points
2022-09-24T12:03:12.42+00:00

Hi All,

Can anyone tell me if there is any Share point rest API for change_log/ change token for AttachmentFiles, to get to know if there is any updated, added or deleted of files in Attachment.

Regards,

Rajendra Sonawane

Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
Microsoft 365 and Office | SharePoint Server | Development

Answer accepted by question author

Tong Zhang_MSFT 9,261 Reputation points
2022-09-26T03:07:12.607+00:00

Hi @Rajendra Sonawane ,

According to my research and testing, unfortunately, there is currently no way to get the change log of attachments using REST API.

In addition, as far as I know, we can use the following API to get all attachments from List Item :

GET /_api/web/lists/getByTitle('List Name')/items(" + Itemid + ")/AttachmentFiles  

More information for reference: Get All Attachments From List Item in SharePoint using REST API

Thanks for your understanding.


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.


Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Rajendra Sonawane 41 Reputation points
    2022-09-26T05:04:50.57+00:00

    Hi TongZhangMSFT-7548,
    Thank you for your reply and support, i also search but cloud not anything which will help to fetch the attachment related details like weather any user added, updated or deleted any attachment in list item or events.

    Was this answer helpful?

    0 comments No comments

Your answer

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