_getTags
Get the tags of a File
Parameters:
id
The id of the file
Example:
FM_api('File_getTags',['id'=>'1'])
On success
If a task were to have 2 Tags named "B" and "A_Tag"
"B\nA_Tag"
Last updated
Get the tags of a File
The id of the file
FM_api('File_getTags',['id'=>'1'])
If a task were to have 2 Tags named "B" and "A_Tag"
"B\nA_Tag"
Last updated