Traccar Position Data via API

Sifumwike 3 years ago

Hi, I have traccar position data ID from events report API. How can I use the position id from the event data to get the position data attributes via API? I have gone through the Traccar API. I have not found any API that allows me to input position id and get position data attributes. Thoughts?

SwayDev 3 years ago

You can pass the position id to the positions endpoint.

Document can be found at.
API reference -> positions

Sifumwike 3 years ago

Thank you.