Go to documentation repository
...
In the Time and Attendance reports and Access Manager reports, added new fields: Card start date, Card expiration date, Pin code, External ID, Position, Personnel number
You can now sort lists of objects by number and by name in reports
Added a request for obtaining data on user walkway events to the API: GET http://<IP address of the Web server>:8081/AccessManager/ReportApi/GetEmployeeWalkwayData?from=<beginning of the time interval>&to=<end of the time interval> with optional filters (objtype, objid, action, area_id), an optional personId, and a limit on the number of lines in the response (limit)
...