1. What is the issue? Please be detailed.
How we can get versioning history of entity updates through oData feed?
Eg. I want to record reservoir head level as an entity and update it via multiple forms. Then I need to import data to plot a time series graph. I'm able to see update history with time stamps in odk central. But I'm struggling to import edit history via oData feed.
2. What steps can we take to reproduce this issue?
N/A
3. What have you tried to fix the issue?
N/A
4. Upload any forms or screenshots you can share publicly below.
N/A
Hey @upulpp ! A heartfelt welcome to the ODK community! Whenever you find a moment, feel free to introduce yourself here - we'd love to get to know you better and hear your story!
Now, about your question: I am not sure if OData Endpoints directly supports retrieving the version history of specific (or multiple) entity records, but don't worry - there's a way! ODK Central's REST API is your go-to for this. With the API, you can fetch the history (versions), compare differences, or even review the audit log of an entity record.
Here's how you can do it:
To get the version history (all changes over time) for an entity record (by UUID):