Page History
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/ReadPersonsJSON parameters:
| Expand | ||
|---|---|---|
|
where
- server_id - ID of the Face Recognition Server in the Face-Intellect software package (see the Configuring the Face Recognition Server object)
- id - if empty, the response will return all users' info with paging
- page, pageSize - paging parameters.
Example of response:
Sample answer:
| Expand | |||
|---|---|---|---|
|
where:
- PersonList.ImageId - image ID
...
| title | Note |
|---|
Users are listed in the response in order of time of their adding to the database (last added at first).
...
| title | Note |
|---|
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 |
Overview
Content Tools
