Skip to main content
Question

Sync Box data using API

  • May 22, 2025
  • 2 replies
  • 31 views

Forum|alt.badge.img

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

2 replies

Forum|alt.badge.img

 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.


Forum|alt.badge.img

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