Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

ParameterRequiredDescription

name

NoSurname

id

NoUser ID

guid

NoUser GUID

card

NoCard code

phone

NoUser phone

auto_number

NoLicense plate number

page

NoThe page number of the search results to display

count

NoNumber of users on one page

timeout

NoTimeout

search

NoSequence of characters to search

Example of a request to display the user data with id=1:

GET http://22:22@172.19.2.236:8085/web2/secure/persons?id=1

Example of a request to display the id, name, and surname fields of a user with id=1:

...