User Manual
Version 7.5
×

General API

 
 
API address:
https://<address>/api/api.php 
 
Autorization - using PILOT login and password, plain
parameters are sending to query by GET method
result is given in JSON:
 
{ "code": 0, "msg": "OK", reuested data }
code=0 success
code=1 error
msg =error description or OK
 
To get a Reply in xml format add out=xml parameter to query