Go to documentation repository
...
| Parameter | Required | Parameter description |
|---|---|---|
| server_id | Yes | ID of the Face Recognition Server recognition server in Face PSIM |
| id | No | Axxon PSIM user ID If not specified, the response will return information about all users |
| page | No | Number of results pages If not specified, then page = 1 |
pageSize | No | Results per page If not specified, then pageSize = 1, i.e. there will be 1 result on 1 page |
...
| Parameter | Parameter description |
|---|---|
| PersonList | List of users with information from the database of persons |
| id | User identifier from the face database |
| name | Name |
| surname | Surname |
| patronymic | Patronymic |
| department | Department |
| comment | Comment |
| timestamp | Time of adding a face to the base of reference faces in UTC+0 format |
| ImageId | Reference face image identifier from the face database |
| AutoCreated | true, if the unrecognized face was added automatically |
| LastRecognitionTimestamp | Time of the last pass in UTC+0 format |
| RecognitionCount | Number of passes |
| Total | Total users in the face database |
| Response | Response |
| Status | Completed request status: OK - successful, if error - see List of possible errors of the Face Recognition Serverrecognition server |