How to get the latest 10 changes from a CMIS repository

59 views Asked by At

How to get the latest 10 changes that happened on a CMIS repository?

In particular, will the call to getContentChanges below return the latest 10 changes?
Or might it return the first 10 changes of the repo, or something else?

Integer maxItems = 10
getContentChanges(repositoryId, maxItems) // I don't specify a change token
0

There are 0 answers