Go to documentation repository
The request without parameters returns the list of all users of the Systemsystem.
When you specify the user ID, the search result contains the user data, including, if present, its encoded image.
By default, the search result is entered displayed page by page, with no more than 1000 users on each page. You can increase this number up to 10000 by specifying the value of the timeout parameter.
You can filter users using a parameter from the OBJ_PERSON table (see see Database tables reference guide for Axxon PSIM and vertical solutions). Examples of parameters are given in the table below.
...
| Parameter | Required | Description |
|---|---|---|
name | No | Surname |
id | No | User ID |
guid | No | User GUID |
card | No | Card code |
phone | No | User phone |
auto_number | No | License plate number |
page | No | The page number of the search results to display |
count | No | Number of users on one page |
timeout | No | Timeout |
search | No | Sequence of characters to search |
GET http://22:22@172.19.2.236:8085/web2/secure/persons?id=1
GET http://22:22@172.19.2.236:8085/web2/secure/persons?id=1&fields=id,name,surname
GET http://12:12@172.19.2.236:8085/web2/secure/persons?search=123
GET http://22:22@172.19.2.236:8085/web2/secure/persons?phone=6668&patronymic=im
GET GET http://228:228@172.19.2.163:8085/web2/secure/persons?page=15
GET http://127.0.0.1:8085/web2/secure/persons
| Expand |
|---|
{ "person": { "external_id": "", "auto_pass_type": "", "levels_times": "", "expired": "", |