Skip to main content

Hi experts,
what is the best way to get list of changes (created, updated or deleted files) in my box since some time stamp using API?

 

thanks


 The User Events endpoint provides this information for a Box user account. The Enterprise Events endpoint provides this information for an entire Box enterprise. Both of these endpoints have a parameter called stream_position, which let you monitor the event stream for new events. The Enterprise Events endpoint lets you set time bounds for events with created_after and created_before parameters.



 thanks, looks like it is exactly what I'm looking for



Reply