Hi,
Checking the /documents/{id}/versions endpoint I noticed that it returns a list of versions with a STATUS key, I known that we can LOCK the document not necessarily a specific version, so I wonder what is the meaning of STATUS for each version returned?
How can I discover to which user is the document checked out when the STATUS is 3? Can i rely on the LAST_EDITED_BY property or there is a better way?
Thanks.