Most efficient way to get timestamp of last update to an item field?
I'm trying to get a timestamp for the last time a particular item field was updated. The only way I've come up with is to work backwards through the item revisions making revision diff calls until I find one where the field was changed. Is there a way to accomplish this with fewer API calls?
Please sign in to leave a comment.
Comments
0 comments