Hi,
I need to make a simple search to get documents by some parameters. I scouted this forum for some info and got a few queries that can fit :
.../otcs/cs.exe/api/v2/search?where={OTSubType:144}&limit=3®ions={OTDataID:74818}
So I assume that this query searches documents (type 144) at the folder (OTDataID:74818) and suppose to show up to 3 results (limit=3)
Unfortunately I get too much data in response that I can't understand. Seems that I get some huge search results with irrelevant ones.
How can I make it be more filtered or something?