1

I am not a developer, need some help with using INTEGROMAT on Wialon

Тема: I am not a developer, need some help with using INTEGROMAT on Wialon

Hi guys, I would really appreciate some help. I am not a developer but have successfully been able to integrate many of my company's applications and basic workflows using various APIs through INTEGROMAT. I am therefore somewhat familiar with finding my way around basic requests and data transformation for various applications to interact.

My latest project is to request basic information from our Wialon application - we have a fleet of vehicles for which we want to (from time to time) request the location (google maps link or LOCATOR link) for use in other applications for example.

I started by following the steps for requesting a TOKEN for the API and this I have done successfully but now I need to take the next step to eventially extract a session ID (SID) - which I am struggling with.

I am doing a POST request using Integromat as follows:
URL: http://hst-api.wialon.com/
Method: POST
Body type: RAW
Content type: JSON
Request content: svc=token/login&params={"token":"MYTOKENGOESHERE"}

What I get back is not really meaningful to be honest - See attached picture

  • I am not a developer, need some help with using INTEGROMAT on Wialon
2

I am not a developer, need some help with using INTEGROMAT on Wialon

Re: I am not a developer, need some help with using INTEGROMAT on Wialon

Hello!

When you successfully execute request token/login, using POST method, the server returns JSON response where you can find session ID parameter "eid" - https://sdk.wialon.com/wiki/en/sidebar/ … ples/login

Also you need to use in POST
Request URL: https://hst-api.wialon.com/wialon/ajax.html
content-type: application/json
body-type: x-www-form-urlencoded

Diana Cheley
Wialon Hosting Expert
Gurtam
3

I am not a developer, need some help with using INTEGROMAT on Wialon

Re: I am not a developer, need some help with using INTEGROMAT on Wialon

Hey Jacques, I'm wondering if you were every successful with integromat?  I find myself with a similar use case and am starting my search for more information.