User Tools

Site Tools


security:myaseapi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
security:myaseapi [2024/04/27 01:40]
119.13.100.35 old revision restored (2024/04/19 03:50)
security:myaseapi [2024/04/27 05:48] (current)
190.92.204.96 old revision restored (2024/04/21 16:33)
Line 1: Line 1:
 ====== Security APIs ====== ====== Security APIs ======
-APIs provide a way for internal ASE applications, workflows to integrate with the security systems.  +APIs provide a way for internal ASE applications, workflows to integrate with the security systems. This allows us to automate processes for visitor management. 
 + 
 +==== Pensees API ==== 
 +As part of Covid-19 protocols, ASE uses Pensees Facial Recognition (FR) System. The FR will do a face match and take the temperature of the employee.   
 + 
 +Methods 
 + 
 + 
 + 
 +==== MyASEPortal API ==== 
 +This API is used mainly by the Security Visitor Management App.   
 + 
 +Methods 
 +^ URL ^ Method ^ Parameters ^ Purpose ^ Result ^  
 +| /api/appointments/visitors/today  | POST | API Key | return the list of visitors having an approved appointment for the current day | list of visitors | 
 +| /api/appointments/today  | POST | API Key | return the list of approved appointments for the current day | list of appointments | 
 +| /api/appointments/machineusage/today | POST | API Key | return list of approved machine usage for the current day | list of visitors | 
 +| /api/security/login | POST | badge no | check if scanned badge belongs to Security / Security Operations department | success / error | 
 +| /api/security/visitorcheck | POST | health declaration qr guid | check if visitor is valid | true / false, if false, with reasons | 
 +| /api/security/checkin | POST | complex VisitorStatus object (name, badge, mobile, etc | create a visitor entry record in VMS and create FR visitor | | 
 +| /api/security/visitor/upload/ | POST | file (photo) | to upload the file into FR | pensees uploaded photo MD5 | 
 +| /api/security/visitor/list | POST | API Key | return the list of active visitors in FR system | list of FR visitors | 
security/myaseapi.txt · Last modified: 2024/04/27 05:48 by 190.92.204.96