getSerieRevisions (wbk, serie, callback);
wbk. Sets workbook value.
serie. Sets series.
callback. Sets handler for operation execution end.
The getSerieRevisions method returns revisions for a specified series.
A double request is executed in the method: first, all revisions are received for time series database, then a dimension that contains revisions for a specific series is selected, and then revisions for a specific series are formed of them. The reason for it is that the dimension containing revisions for a specific series does not return full information on a revision.
The example of using the getSerieRevisions method is given on the TSService.editSeries page.
See also: