Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get shares filtered by share type via API #2825

Open
12 tasks
jvillafanez opened this issue Oct 20, 2020 · 1 comment
Open
12 tasks

Get shares filtered by share type via API #2825

jvillafanez opened this issue Oct 20, 2020 · 1 comment

Comments

@jvillafanez
Copy link
Member

New option in the "get shares" API to filter the shares by share type (available from 10.6.0)
Related to owncloud/core#38000

What Needs to be Documented?

Where Does This Need To Be Documented?

Why Should This Change Be Made? (Optional)

What Type Of Content Change Is This? (Optional)

  • New Content Addition
  • Old Content Deprecation
  • Existing Content Simplification
  • Bug Fix to Existing Content

Which Manual Does This Relate To? (Optional)

  • Admin Manual
  • Developer Manual
  • User Manual
  • Android
  • iOS
  • Branded Clients
  • Desktop Client
  • Other
@phil-davis
Copy link
Contributor

Note:
https://doc.owncloud.com/server/developer_manual/core/apis/ocs-share-api.html#get-all-shares
currently has some rubbish - talks about /ocs/v1.php/apps/files_sharing/api/v1/shares/pending but should be for "ordinary" (not pending) shares.
Similar problem in https://doc.owncloud.com/server/developer_manual/core/apis/ocs-share-api.html#get-information-about-a-known-share
/ocs/v1.php/apps/files_sharing/api/v1/shares/pending/<share_id>

There should be separate examples for "all shares" and "pending shares".

So that will really need to be fixed first, and then add the doc for the filtering by share type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants