TSService.getSerieRevisions

Syntax

getSerieRevisions (wbk, serie, callback);

Parameters

wbk. Sets workbook value.

serie. Sets series.

callback. Sets handler for operation execution end.

Description

The getSerieRevisions method returns revisions for a specified series.

Comments

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.

Example

The example of using the getSerieRevisions method is given on the TSService.editSeries page.

See also:

TSService