Traccar Position Data via API

Sifumwikea year 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?

SwayDeva year ago

You can pass the position id to the positions endpoint.

Document can be found at.
API reference -> positions

Sifumwikea year ago

Thank you.