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

API: endpoint to delete data based on filter #437

Open
Rello opened this issue Aug 1, 2023 · 0 comments
Open

API: endpoint to delete data based on filter #437

Rello opened this issue Aug 1, 2023 · 0 comments
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request feature: api
Milestone

Comments

@Rello
Copy link
Contributor

Rello commented Aug 1, 2023

Is your feature request related to a problem? Please describe.

when using Tables for Nextcloud internal processes, we need to clean up old data (LTD Process)

Describe the solution you'd like

Current API deletion endpoint is dependent on the rowID.
The API is called from a bash script were we do not have knowledge about the rowID.
We do have the value of one column.

  1. Option 1: create a deletion endpoint which allows querying with parameters (like column-id & text)
  2. Option 1: create a search endpoint which allows querying with and returns the rowID => which can then be used with the existing delete endpoint

Describe alternatives you've considered

No response

Additional context

No response

@Rello Rello added enhancement New feature or request 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Aug 1, 2023
@datenangebot datenangebot added this to the API v2 milestone Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request feature: api
Projects
None yet
Development

No branches or pull requests

3 participants