Finding Assets by last modified date
Hi,
Is there API to find assets which were modified on a specific date?
Thank you!!
Jitender Mada
Posted 2 years ago · Edited 1 year ago·Last reply 2 years ago
1 comment
Hi,
Is there API to find assets which were modified on a specific date?
Thank you!!
Sean Pyle
·2 years ago · EditedI haven’t needed to use this myself, but I think you could try this:
Interface: ActivityStreamApi
Class: FindActivitiesRequest
Nested Class: FindActivitiesRequest.Bulder
Within the builder, try filtering the activityType to include either ADD,DELETE or UPDATE. Then, filter the resourceTypes to Asset. Also, add startDate and endDate to get changes in a specific timeframe.
Again, I haven’t used it myself, but I think someone recommended this API for a similar request some time ago.