Hello,
I want to search a keyword among ~500 documents (the list of the documents is dynamic).
I would like to know the syntax for API query looks like:
I have next query, but apparently it is not functional:
POST https://HOSTNAME/otcs/llisapi.dll/api/v2/search? HTTP/1.1
Content-Type: application/x-www-form-urlencoded
OTCSTICKET: TOKEN
where=hazardous [QLREGION "OTName"] in ("STN-00-Z30-E-SP-0019", "STN-00-Z32-I-SP-0006")
&limit=10
&extra=false
&select={"id"}
Please help with IN clause.