1

Is there an API call to get all fields revisions? Just like the activity on Podio?

The get all revisions return individual ID and no details.

Gingy
  • 361
  • 1
  • 3
  • 9

1 Answers1

2

Currently, there is no API call to get all field revisions with values. You have to call Get item revision difference API call to get the revision values.

Mûhámmàd Yäsår K
  • 1,492
  • 11
  • 24
  • btw, is there any other way to get all the revisions details without looping thru the get item revisions diff? – Gingy Aug 03 '18 at 09:45
  • Currently, There is No way. – Mûhámmàd Yäsår K Aug 03 '18 at 09:49
  • @MûhámmàdYäsårK This is a huge limitation, I hit the the API rate limit in no time when trying to get all revision differences for a number of items. If an item has 30 revision I need to do 30 API calls... Any plans for this issue? – Stanko May 02 '19 at 08:04