Inactive User
6 years agoAPI V1 equivalent for IN(x,y,z) and MATCHES(x y z)
Trying to find it in the documentation; unable.
I'd like to create a V1 query that has multiple IN values, i.e., in V2, it would be:
WHERE id MATCHES ("alpha beta gamma")
or
WHERE id IN('1','2','3')
I saw something like this but I can't find it again in the documentation, which is frustrating
/restapi/vc/boards/id/discussions/tagging/tags/id/IN=1,2,3
Specifically, I want to make an API V1 call for multiple labels or tags
Thanks!
Note: I can't even find the IN and MATCHES in V2 anywhere in the V2 documentation even though I know it exists...