Retrieve shared files with webdav

Hi, I’m trying to retrive shared files with a webdav, but I can’t find anywhere the correct filter-rule. Any idea?
I’ve also used OCS API, but they only show files which I’ve shared, not those srared with me.

Thanks for the help.

This should work by using the attribute ‘shared_with_me’. But obviously, this is a bool, not a string as stated in the docs.

/ocs/v1.php/apps/files_sharing/api/v1/shares?shared_with_me=true

I hoped to use only webdav, but it’s ok. Thanks Alfred :wink:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.