Go to documentation repository
Page History
Web -Server server responds to method calls in the form of JSON format.
Info | ||
---|---|---|
| ||
By The default the Web -Server server port is 80 (Windows), 8000 (Lunix), the prefix is / (empty). |
Authorization
Authorization is needed for requests. Two types of authorization are supported: Basic and Bearer.
...
In all requests, the time is specified in the YYYYMMDDTHHMMSS format in the timezone the time zone UTC+0.
Time interval is specified in some requests, for example:
...
If BEGINTIME is not specified, infinite future is considered. If ENDTIME is also not specified too, infinite past is considered. The Instead of BEGINTIME and ENDTIME, the words "past" and "future" can be used to set infinite past and infinite future as wellrespectively.
Interval sequence corresponds to the ratio between specified BEGINTIME and ENDTIME (in ascending order if BEGINTIME<ENDTIME, and in descending order if ENDTIME<BEGINTIME). Start The start and end points of the interval are returned in its common the sequential order, i.e. the interval start time is less than the interval end time or equal to it.
...