nextcloud / server

☁️ Nextcloud server, a safe home for all your data
https://nextcloud.com
GNU Affero General Public License v3.0
27.19k stars 4.04k forks source link

Shared API #4159

Open mario opened 7 years ago

mario commented 7 years ago

Greetings humans,

I currently use /ocs/v1.php/apps/files_sharing/api/v1/shares to get a list of shares. I am aware that there is a query parameter shared_with_me that allows me to either get files shared by me or with me. I want a query parameter that allows me to get BOTH in one request.

Thank you all.

cc @AndyScherzinger @icewind1991 @schiessle

skjnldsv commented 5 years ago

@mario what's the status here?

mario commented 5 years ago

@skjnldsv there's still no such API :(

mario commented 4 years ago

Whom can I bribe to get this done? :P

skjnldsv commented 3 years ago

@tobiasKaminsky isn't it what you've been requesting?

tobiasKaminsky commented 3 years ago

It was https://github.com/nextcloud/server/issues/4456 and https://github.com/nextcloud/server/issues/15019, but this one is also very useful :)

tobiasKaminsky commented 3 years ago

A bit more context: Currently when using "shared" view on Android we first fetch /ocs/v2.php/apps/files_sharing/api/v1/shares and then iterate over every result to get all needed info, e.g. etag, content type, length, last modified.