I am creating an application in which I want to fetch the added and deleted attachments of a space within a timeframe let's say 3 hours from current time.
- With Page Edit Option: When I am adding or deleting any attachment using page edit option in that case the page is getting modified. After that I am fetching the attachments for that page and checking its modified time? For deleted page I'm just comparing the list of attachments I'm getting in response with the attchments list that I have with me from the last response.
- Attachment Option: When I am adding or deleting any attachment with Attachment option (refer to the attached screenshot) present in a page. Then the page is not getting modified and I am not able to check in which page the attachment is modified.
Is there any way to check the above condition?