reqformat
All actions are executed using POST requests. Additional parameters (params) should be given in the form of JSON. The response is also returned as JSON. All text parameters, either sent or returned ones, are supposed to use UTF-8 encoding.
http://json.org doesn’t support HEX values, use DEC.
Request template:
http://<host>/wialon/ajax.html?sid=<text>&svc=<svc>¶ms=<params>
You must specify Content-Type:application/x-www-form-urlencoded in the request header.
Parameters
The required parameters are marked with an asterisk (*).
Name | Description |
---|---|
sid* | Session ID. |
svc* | Command. |
params* | Parameters for the command execution. |
The following sections describe the values of only two parameters. These parameters are svc and params. The session ID (sid) is a required parameter for executing all requests (except for …/core/login and some requests described here).
Limitations
See the list of limitations here.