The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
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.