Your request is incorrect. Where did you get it from?
I got it from here
https://www.traccar.org/api-reference/#tag/Reports/paths/~1reports~1route/get
what I did wrong
I don't ready see this on that page:
deviceId=52,49,44
Can you please explain where you got that from?
from my localhost
my client is written in NodeJs
Here's the right way to pass multiple devices:
deviceId=52&deviceId=49&deviceId=44
Anton great thanks for the answer
there will be no error if I report with a single device id
an error occurs if I report with multiple device ids
returns For input string: "52,49,44" - NumberFormatException (...)
Thanks so much for the answer