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

Accessing list of available remote annotations through Python API #1188

Open
filippocastelli opened this issue Sep 5, 2024 · 2 comments
Open
Milestone

Comments

@filippocastelli
Copy link

I'ts possible that this feature already exists and I've not found it in the documentation.
I'd like to programatically access the list of Annotations that are currently available to my account, the way that I do it at the moment is by directly sending a request to /api/annotations/readable to get the same list I have on the web frontend.
Looking at https://github.com/scalableminds/webknossos-libs/blob/e7ed52e298d37692e014e9db643453346b9135de/webknossos/webknossos/client/api_client/wk_api_client.py I suspect that this feature is not already included.

@hotzenklotz
Copy link
Member

We don't have an API for that at the moment. For some context, why would you need to list all annotations in your workflows?

@filippocastelli
Copy link
Author

I want to be able to select which Annotations i want to download based on tags and statuses and not having to rely on the web interface to manually copy the ID of the annotations I want to use.

In the docs I couldn't find a way of doing what I wanted to do using the python client.

@normanrz normanrz mentioned this issue Oct 9, 2024
4 tasks
@normanrz normanrz added this to the 2.x milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants