adriangandelman пишет:This is the URL just in case.
Sorry, I provided javascript object.
You need to union flags and convert them to decimal: 0x1 | 0x400 = 1025, then serialize it to json:
{"spec":{"itemsType":"avl_unit","propName":"","propValueMask":"","sortType":"","propType":"","or_logic":false},"force":1,"flags":1025,"from":0,"to":0}
And encode uri component:
%7B%22spec%22%3A%7B%22itemsType%22%3A%22avl_unit%22%2C%22propName%22%3A%22%22%2C%22propValueMask%22%3A%22%22%2C%22sortType%22%3A%22%22%2C%22propType%22%3A%22%22%2C%22or_logic%22%3Afalse%7D%2C%22force%22%3A1%2C%22flags%22%3A1025%2C%22from%22%3A0%2C%22to%22%3A0%7D
So, correct url is:
http://hst-api.wialon.com/wialon/ajax.html?svc=core/search_items&sid=mysid¶ms=%7B%22spec%22%3A%7B%22itemsType%22%3A%22avl_unit%22%2C%22propName%22%3A%22%22%2C%22propValueMask%22%3A%22%22%2C%22sortType%22%3A%22%22%2C%22propType%22%3A%22%22%2C%22or_logic%22%3Afalse%7D%2C%22force%22%3A1%2C%22flags%22%3A1025%2C%22from%22%3A0%2C%22to%22%3A0%7D