Ad Widget

Collapse

API: item.get filter by lastvalue?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • StealthJoe
    Member
    • Mar 2019
    • 44

    #1

    API: item.get filter by lastvalue?

    I'm trying to query the API via item.get. I'm specifically looking to filter only results that return a specific lastvalue but it always returns everything and seems to ignore the filter. Is this possible?

    Code:
    "jsonrpc": "2.0",
    "method": "item.get",
       "params": {
          "application": "App1",
          "filter": {
             "lastvalue": "1"
           },
          "countOutput": true
       }
    I have tried variations of this with no luck.
Working...