Hi team,
We have a client who's asking whether there's a way to get when an attachment is uploaded, using API? It seems not in the transaction payload.
Thanks in advance!
July 23Created
January 21Last Updated
5 years agoLast Reply
1Replies
25Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: Attachment Upload Date by API
Thursday, July 25, 2019 at 05:40am
0
votes
Hi there,
Yes, as you said, attachment info is not part of the package metadata. But the upload history is recorded by the audit trail, that's also how you can retrieve the related data.
Refer to our Audit Service guide for detailed information. Below JSON is an example of what they can get regarding attachment upload, the event is with a type of "Upload File Attachment", client can loop through all audit events and filter by this keyword, upload date is right there.
Reply to: Attachment Upload Date by API
Thursday, July 25, 2019 at 05:40am