1.1. Requirements
The connection is always initiated by the system connected to the server.
Request parameters are sent to JSON
as part of request bodies
API is transported by HTTP
protocol to the address and port configured in the system.
To update directories requests are sent by the GET
method.
To send checks
requests are sent by the POST
method.
Content-Type — application/json
. Â
Coding format — utf-8
.
For synchronizing directories:​
To optimize traffic, transfer changed records since last sync time; it is also recommended to compress large data directories with gzip.
If the response is packed, the response headers must include Content-Type = application/octet-stream.