Go to documentation repository
Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.
Previous page Next page
Request body:
{ "method": "axxonsoft.bl.archive.ArchiveService.GetHistory2", "data":{ "access_point":"hosts/D-COMPUTER/DeviceIpint.1/Sources/src.0", "begin_time": "3857222666000", "end_time": "3857551200000", "max_count": "100", "min_gap_ms": "3", "scan_mode": "SM_EXACT" } }
where
- access_point − the access point of the source, for which you want to get the history;
- begin_time and end_time − the time interval for which you want to get the history;
- max_count − the maximum number of intervals in the response;
- min_gap_ms − the minimum time gap between the intervals;
- scan_mode − the type of search in the history. For example, "scan_mode": "SM_EXACT" − the exact search, and "scan_mode": "SM_APPROXIMATE" − the fast and approximate search.
Response example:
where result describes the completeness of the response:
- FULL – the response contains the complete result for the requested time interval. The number of the returned intervals can be 0;
- PARTIAL – the response contains a partial result for the requested time interval;
- TRY_LATER – the request cannot be executed at the moment.
Overview
Content Tools