I am trying to sync files uploaded in Box with another external system. Which API(s) do I use to get a "list of all files uploaded/updated after given dd/mm/yy hh:mm:ss"?
cheers!
|
I am trying to sync files uploaded in Box with another external system. Which API(s) do I use to get a "list of all files uploaded/updated after given dd/mm/yy hh:mm:ss"? cheers! |
|||
|
|
I think the User Events API is going to be your best option. This API will return to you the stream of events for a given user. You will then need filter that stream down a bit per your requirements. Some things to consider:
Hope that gets you pointed in the right direction! |
|||
|
|