The HTTP client origin I’m using has a parameter called “tags”, which is a list of strings (see image below). I’m trying to pass a parameter to the URL to only get records with a certain tag, but it’s either giving me an error message or not filtering at all.
When I’m trying to pass the tags parameter directly, like https://……./v1/ssns?tags=’NO’, the pipeline fails. When I’m trying to pass the list item directly, like https://……./v1/ssns?tagsh0]=’NO’, the pipeline runs, but it’s not filtering out records at all, and returns all tags.
I’m guessing it’s probably a syntax issue, but I’ve tried many different variations without success, and I can’t find any documentation about what the proper syntax is.