Do_request method using filter has no effect
bluexzh opened this issue · 1 comments
bluexzh commented
hi,
Example request:
result2 = zapi.do_request('graphitem.get', { 'filter': {'itemid': 22902}, })
filter doesn't work in the method.The result is the same as not using filter.
plz help me!ths
neotusca commented
me, too.
I faced you said exactly.
please, tell me how to filter in zapi.do_request(graphitem.get)..