Hello,

We have recently been using the retranslator in Wialon quite a lot to push data to other systems, however we had an issue recently were a customer wanted to swtich tracking devices between vehicles that were already created in Wialon and in use by the retranslator.

So, we swtich the Unique ID's and other device related information between Units in Wialon, and could see that data was coming through correctly to the Unit in Wialon, however was not coming through correctly in our other system.

After troubleshooting, we eventually realised that even though we had updated the Unique ID on the Unit, the change wasn't reflected against the Unit in the retranslator. As such we needed to either update the Unique ID manually against the Unit in the retranslator, or remove and re-add the Unit to the retranslator.

While this was a simple change in isolation, I think a good quality of life change would be to have Unique ID's update automatically in the retranslator when a change is made in Wialon, or at least to provide a prompt to the User. I think it would save a lot of potential troubleshooting for retranslator users, especially ones that use it at scale.

Thank you.

Hi all,

I'm trying to use the API to create orders and also request information on orders, however I'm getting a bit stuck with the access permissions on the token.

I've tried setting the access_type to 2304 (256 + 2084) which should allow for both viewing of orders and creation of orders, however when I then call the below endpoint, I don't get any order details:

GET /wialon/ajax.html?svc=core/search_items&params={"spec":{"itemsType":"avl_resource","propName":"sys_name","propValueMask":"*","sortType":"sys_name","propType":"propitemname"},"force":1,"flags":524289,"from":0,"to":0}&sid=068023ccd182fdbeafbe4181ef3773c7 HTTP/1.1
Host: hst-api.s-watcher.com
Content-Type: application/x-www-form-urlencoded

However, if I then regenerate a token with the access_type of -1, and re-run the call it does shows the order details.

Ideally I wouldnt want to use a token that has full access to the resource, so please can someone advise which access_type will allow the creation and viewing of orders?

Thank you.