I noticed that the call to https://api.box.com/2.0/folders/0.xml does not return a modified-at tag. How can I tell when the root folder has been modified?
A solution I came up with is to check the folders directly beneath the root folder for modified-at dates. However, that could result in a significant amount of HTTP calls.
Is there a better way?