Collaboration - Remote Document Presence Status problem
Hello,
i use url for remote document presence status in my application. After closed every document send request at url 'https://exportwriter.zoho.com/remotedocStatus.sas?doc=
12345&apikey=
myApyKey' and respose is
{"result": {"docid":"12345","isPresent":"true","collaboratorsCount":"3"}}. is that correct? I would have expected
isPresent at false.
Thanks