Where are query string features documented?

marc2 years ago

In order to show the map location where occured Event 1234

From a browser (logged in), I send a request with query string to the Traccar server (on IP address xx.xx.xx.xx:8082) :

http://xx.xx.xx.xx:8082?eventId=1234

And a map appears showing where event 1234 happened. Good.


That's fine but my query is where are these functions mentioned in the documentation? (the nearest I found was on Forum about it appearing in email templates)

Why? It's because I want to do the same thing but about position 5678 instead, something like this:

http://xx.xx.xx.xx:8082?positionId=5678

Which doesn't work...