Skip to content

Implement File -> List Tags #21

@cyclops1982

Description

@cyclops1982

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestNew feature or requestReadyReady to be implemented

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions