Search Result

Collapse
2 results in 0.0020 seconds.
Keywords
Members
Tags
api history get
  •  

  • r-br
    started a topic API: history.get and keep history limit

    API: history.get and keep history limit

    I use the history.get API method to retrieve data from the database. Everything is fine. But I have an item which has "keep history" set to 60 days, and it seems that the history.get API won't retrieve data before 60 days... am I correct?

    Then, how could I retrieve such data?...
    See more | Go to post
    Last edited by r-br; 18-06-2012, 20:16. Reason: Version info.

  • r-br
    started a topic API: the history.get "history" parameter

    API: the history.get "history" parameter

    On the API (version 1.8.3), I need to retrieve some history data through history.get, something like this:

    Code:
    {
      'history'   : 3,
      'itemids'   : [ 32755, 32749 ],
      'time_from' : 1299233040,
      'time_till' : 1299236640,
      'output'    : 'extend'
    ...
    See more | Go to post
Working...