1

Reports API COPY Function / callMode

(17/06/2021 10:32:17 отредактировано arsalanqayum332)

Тема: Reports API COPY Function / callMode

Hi Dev Team,

We’re looking for an API COPY function (like callMode: Copy) to copy reports template from one Wialon User Resource to another Wialon User Resource. Currently we’re having to manually re-create using callMode: Create. Having to create reports template from scratch via API is very labor intensive to configure all parameters. So is there a simple API function/call where we can just COPY an existing Report template from a resource/user? I’m thinking something similar to what you offer when using Export WLP and Import WLP feature in your Wialon Hosting UI.

Thank you for your support.

2

Reports API COPY Function / callMode

Re: Reports API COPY Function / callMode

Hi Arsalan,

Unfortunately, there is not function to copy report. The same on web interface we use the request to re-create report (request report/update_report callmode Create)
As some helpful way you just can open browser console on web interface and look which requests with which parameters are used , when use copy a report and save copy.

Also you can use function to Export / Import WLP file , but before it also needs to get reports data template, so there is not only 1 request.

Diana Cheley
Wialon Hosting Expert
Gurtam
3

Reports API COPY Function / callMode

(17/06/2021 10:32:29 отредактировано arsalanqayum332)

Re: Reports API COPY Function / callMode

Hi Dana,

Thank you so much for details, we were able to implemented copy feature by process APIs.

Best Regards