1

I'm working on something that requires me to retrieve the previous values of fields from previous revisions. I'm trying to product a list of dictionaries in Python where each dictionary will have values for every field from an item at the time of that revision.

I noticed that that the revisions endpoint doesn't give me the field values for prior revisions. The only way I could see that I could retrieve the values of prior revisions is if I use the get item revision difference endpoint and check for any update to any fields. Any fields that aren't updated from one revision to another will then have to inherit the values of the prior revision. Is the only way to get prior revision values to use the item revision difference endpoint or is there a different way?

  • the question needs sufficient code for a minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example – D.L Oct 01 '22 at 10:16

0 Answers0