1

core/batch API method

Тема: core/batch API method

How many api request(Max limit) can be executed using core/batch API method?

https://sdk.wialon.com/wiki/en/kit/remo … core/batch

Thanks
J Prabhu
2

core/batch API method

Re: core/batch API method

Hello

I have tried with 3500 commands to create geozonas.
I have tried running 200 report templates with their respective table and resource releaser (for eco driving) (template, table, clean 600 requests).

3

core/batch API method

Re: core/batch API method

prabhu.janakiraman, there is no certain limit for requests count in a batch. But it is not recommended to send very big batches (more than 1000 requests and more than 10MB in total). This may cause long processing or even session can die.

Head of Wialon Local Department
Gurtam
4

core/batch API method

Re: core/batch API method

deal, Thanks for your response

Thanks
J Prabhu
5

core/batch API method

Re: core/batch API method

I have used below API to reset Password, an e-mail with link sent to the user. How to customize that link(URL) while calling below API.

svc=core/reset_password_perform&params={"user":<text>,"code":<text>}

Thanks
J Prabhu
6

core/batch API method

Re: core/batch API method

prabhu.janakiraman, this method generally was made for users of monitoring / cms manager sites.
But you can try to point this link to your site: pass your url to request core/reset_password_request (https://sdk.wialon.com/wiki/en/sidebar/ … rd_request). Then reset link in email will lead to your site where you can execute core/reset_password_perform request.

Head of Wialon Local Department
Gurtam
7

core/batch API method

Re: core/batch API method

Thanks deal

Thanks
J Prabhu