Get documents by tag
HiCan you folders the download list by tag and library? If not, how do you us the API get documents by tag and library name?Eg. I want all documents tagged with "birds" in the "flying" library.CheersHello Webinsite,
When you open the control for editing you should go to Home > ControlDefinition > Views > MasterListView where you will find two properties
ItemsParentId - here you should set the library ID
FilterExpression - here you can filter by tag, but you should know the ID again.
sample
Tags.Contains("4EEA167D-71D0-4332-9057-D550E2738076") AND Visible = true AND Status = Live AND PublicationDate <= DateTime.UtcNow AND (ExpirationDate = NULL OR ExpirationDate > DateTime.UtcNow)