When doing an GetItem API call, I am trying to filter on the Misc06 field.
Specifically, I need to filter my dataset return to (Misc06 > 0)
My current string is
{"Filter":{"IsActive":"True","Misc06":">0","OutputSelector":["Name","RRP","Misc06","Misc11","store_price","ItemURL","Brand","Model","ShortDescription","Description","Specifications"]}}
I am getting the full database set, the Misc06 filter is being ignored.