Topic: I cannot do a get_trips because of wrong params
Hey everybody, I am tryng to get some data using this endpoint of Wialon Remote Api
https://hst-api.wialon.us/wialon/ajax.h … ;mysid>
passing params in a formData like that ->
params: {"itemId":<itemId>,"msgsSource":1,"timeFrom": 1594291890,
"timeTo": 1594293890}
I receive the following error ->
{
"error": 4
}
without any explanation... Could you help me with that please?