Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • access_point is an access point of the source for which you want to get the history. To get access_point, you can execute one of the requests:
  • begin_time and end_time is the time interval for which you want to get the history. begin_time and end_time are timestamps that are specified in milliseconds starting at 1900-01-01 00:00:00.000 UTC.
  • max_count isthe maximum number of intervals in the response;
  • min_gap_ms is the minimum time gap between the intervals;
  • scan_mode is the type of search in the history. For example, "scan_mode": "SM_EXACT"is the exact search, and "scan_mode": "SM_APPROXIMATE" is fast and approximate search.

...