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

Implement File -> List Tags #21

Open
cyclops1982 opened this issue Sep 28, 2020 · 0 comments
Open

Implement File -> List Tags #21

cyclops1982 opened this issue Sep 28, 2020 · 0 comments
Labels
Feature Request New feature or request Ready Ready to be implemented
Milestone

Comments

@cyclops1982
Copy link
Member

cyclops1982 commented Sep 28, 2020

List all tags in name/value pair for a given file.

Input values:

  • FileId (the file id of the tags you want to get)

Output values:

  • A list of:
    • File Id (text)
    • Name (text)
    • Value (text)

Input validation:
If the fileid is not found, then then provide the following error message: "File '{Id}' not found."
If the file has no tags, an empty list is returned (Count = 0)

@cyclops1982 cyclops1982 added the Feature Request New feature or request label Sep 28, 2020
@cyclops1982 cyclops1982 added this to the vNext milestone Sep 28, 2020
@cyclops1982 cyclops1982 added the Ready Ready to be implemented label Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request Ready Ready to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant