-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 - GET concise list of tags #2942
Comments
Hello, yes this is missing! thanks for the report! |
If the data associated with tags isn't too big, I'd encourage you to return a list of canonical representations of each tag object. Using a concise representation on the bare |
We can just add
Aswell as a tags API endpoint (crud) |
Version and OS
v0.48.06, using hosted service
Is your feature request related to a problem? Please describe.
I'm unable to determine the name of particular tags/groups through the API.
Describe the solution you'd like
I'd like to retrieve a list of defined tags/groups with concise data similar to the
GET
request to list watches. They can be indexed by UUID and at a minimum include the tag/group name.Describe the use-case and give concrete real-world examples
I want to assign new watches created through the API to a particular group by name, and don't want to hardcode those UUIDs in my app.
Additional context
It looks like the
tag
field can be used to assign to a tag/group by name onPOST
, so my immediate use case is not an issue; I'd still like to see the API built out in this way.The text was updated successfully, but these errors were encountered: