1

Postman collection for Wialon Remote API

Topic: Postman collection for Wialon Remote API

Dear Wialon users,

We are glad to inform you that we've prepared Postman collection for Wialon Remote API.
This collection contains basic requests that may help to test API requests.

We've also added the following features:
Errors processing and additional tips with result descriptions for some of the requests, that you may see in the Postman console.
Variables for session ID and base URL, so these values will be written into the variables after login request execution, and you don't have to copy/past them through all requests.

The collection is available here -- https://www.postman.com/wialon/workspac … df37f0fb7f

It will be very valuable for us if you could share your feedback on this collection and your thoughts on the possible improvements.

Anton Zinovyev
Technical Care Engineer (L2)
Wialon
2

Postman collection for Wialon Remote API

Re: Postman collection for Wialon Remote API

Wow, very useful collection!

3

Postman collection for Wialon Remote API

Re: Postman collection for Wialon Remote API

This is real great collection. !

Anton,
i need to search all drivers. I tried some combinations. So far nothing worked. Really appreciate if you can get me some tips
Thanks
Prem

4

Postman collection for Wialon Remote API

Re: Postman collection for Wialon Remote API

pnayer hello,
The drivers are part of the resource, so you need to search within the resource to get the list of all created drivers:

https://hst-api.wialon.com/wialon/ajax.html?svc=core/search_items&params={"spec":{"itemsType":"avl_resource","propName":"sys_name","propValueMask":"*","sortType":"sys_name"},"force":1,"flags":257,"from":0,"to":0}&sid=SESSION_ID

Here you may find the details about the request -- https://sdk.wialon.com/wiki/en/sidebar/ … arch_items

Anton Zinovyev
Technical Care Engineer (L2)
Wialon
5

Postman collection for Wialon Remote API

Re: Postman collection for Wialon Remote API

Thanks Anton!. It worked