1

get all drivers http post

(edited by pnayer 12/04/2025 20:41:03)

Topic: get all drivers http post

Hello
I am new to Wialon. I would like to get all drivers thru an API. I can get all units using the following thru POSTMAN

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

how can i get all drivers like the above ? Ideally I want the details of all bound drivers (with their login and logoff time)

Thanks in advance

Prem

2

get all drivers http post

Re: get all drivers http post

Hello, pnayer
The request example with the details was provided in my response to you here -- https://forum.wialon.com/viewtopic.php? … 15#p203815

The requests described there provides information about resource ID and drivers' IDs. This information can be used in the resource/get_driver_bindings request to get driver's binding for the specific interval.

Anton Zinovyev
Technical Care Engineer (L2)
Wialon
3

get all drivers http post

Re: get all drivers http post

Thanks Anton!. It worked. I missed the flags 257