You can find available attributes here:
https://github.com/tananaev/traccar/blob/master/src/org/traccar/WebDataHandler.java
is it currently possible to have the raw data from the device itself present on the forward url attributes / forwarded events ?
Yes, you can include raw data in the position attributes, and then include attributes in the URL.
"Yes, you can include raw data in the position attributes, and then include attributes in the URL."
Can you me give an quick example or the right path to the documentation?
Here is the documentation:
Hi Anton,
i don't see any information for the two steps "...include raw data in the position attributes, and then include attributes in the URL".
You need to use database.saveOriginal
to include raw data in position attributes. Then use {attributes}
in the URL for forwarding.
Hi Anton, thanks for the info.
...and this post (maitret) was very helpful "https://www.traccar.org/forums/topic/are-there-server-hooks/" for check the transfered json data :-)
Hi Anton, is it possible to append groupId when forwarding positions ? Thanks.
No, group is not a part of position data.
Is there a way to filter forward by groupId ?
No.
It's a standard unix timestamp in milliseconds.
ok, sorry my mistake. thanks.
Firstly i'd to congrats and thank Anton and everyone who has been making Traccar.
It's one of the most beautiful projects and community i'ver saw.
You are very good!!
Btw,
I'm working with forward and i think forward.url documentation is a little empty.
What are all forward.url attributes?