Can I use the Get Tasks in Folder endpoint to filter by multiple metadata parameters? I thought I'd tested this, and that I could pass a list of metadata parameters, but the recent API reference update doesn't seem to support this, and I'm getting a 400 now when I try to pass something like ?metadata=[{"key": "test", "value": "case"},{"key": "test2", "value": value2"}]
Is there a correct way to implement this, or is there a different approach I should be taking?