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.

Request template:

Copied!
http://<host>/wialon/ajax.html?sid=<text>&svc=<svc>&params=<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.

Limitations

See the list of limitations here.

Download PDF file
Download Word document

See also