1

batch command behaviour

Тема: batch command behaviour

I am searching the following doubts from wialon documentation and unable to find it

1. In a batch command - how many api commands I can batch MAX ?

2. In a batch command - what order the api's will execute ? one by one synchronous ? Or random order asynchronous ?

3. In a batch command - Is it possible to pass first API result value to 2nd api request - if it is synchronously called from top to bottom manner ?

Thanks in advance
Karthik

2

batch command behaviour

Re: batch command behaviour

karthik, hello.
1. There is no such limit for requests count in batch but it is not recommended to add a lot of huge requests.
Some huge requests have their own limits https://sdk.wialon.com/wiki/en/sidebar/ … its/limits
2. Requests will be executed one by one synchronous
3. There is no such opportunity to pass result of one request to the next ones in batch.

Head of Wialon Local Department
Gurtam
3

batch command behaviour

Re: batch command behaviour

Thanks Deal

If I get a sid via LoginAs(token,"enduser"), all the api limitations ties to the tokenuser or the enduser on which I am loginas ?

4

batch command behaviour

Re: batch command behaviour

karthik, api limitations ties to sessions of enduser.

Head of Wialon Local Department
Gurtam
5

batch command behaviour

Re: batch command behaviour

Thanks Deal, You are awesome smile