Get all revisions for an item as a list instead of individually
Good Morning,
We are currently working on a project to analyze productivity across a range of independent variables, dependent variable is time between events on podio. For example compare time between item creation and item.field(status)=approved would be time to close. The derived data is used to inform management decisions concerning processes and staffing.
At this time, I don't see another means of extracting data other than making serialized calls to 'get item revision difference' ( https://developers.podio.com/doc/items/get-item-revision-difference-22374 ). This is OK for small collections of items. However, this process will quickly hit the rate limit for large collections ( i.e. greater than 1,000 items or even 10,000 in some cases ). Therefore, I wanted to ask:
Is there a call to get bulk revision data (with field modification info) for a given item, in order to avoid serialized get item revision difference calls?
Thank you,
Please sign in to leave a comment.
Comments
2 comments