Topic: 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
J Prabhu
How many api request(Max limit) can be executed using core/batch API method?
https://sdk.wialon.com/wiki/en/kit/remo … core/batch
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).
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.
deal, Thanks for your response
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¶ms={"user":<text>,"code":<text>}
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.