POST http://IP-address:port/prefix/firserver/ReadPersons
| Parameter | Required | Parameter description |
|---|---|---|
| server_id | Yes | ID of the Face Recognition Server in the Face-Intellect software package (see the Configuring the Face Recognition Server object) |
| id | No | If empty, the response will return all users' info with paging |
| page | No | |
pageSize | No |
Example request:
POST http://localhost:10000/firserver/ReadPersons
|
Example answer:
|
Users are listed in the response in order of time of their adding to the database (last added at first).
Using the identifier from PersonList.ImageId parameter, you can get the user's photo with a separate query. See Getting image by ID.
| Parameter | Parameter description |
|---|---|
| PersonList | |
| id | |
| name | |
| surname | |
| patronymic | |
| department | |
| comment | |
| timestamp | |
| ImageId | |
| Total | |
| Responce | |
| Status |