Module macrobond_data_api.web.web_types.revision_history_request
Classes
class RevisionHistoryRequest (*args, **kwargs)
-
Request of new revisions of a time series
Ancestors
- builtins.dict
Class variables
var ifModifiedSince : Optional[str]
-
If specified, the series will only be returned if modified since the specified time. If not, NotModified (304) will be returned. The value should be from the metadata LastModifiedTimeStamp of the previous response.
var lastRevision : Optional[str]
-
If specified, incremental updates can be return. PartialContent (206) will be returned in that case. The value should be from the metadata LastRevisionTimeStamp of the previous response.
var lastRevisionAdjustment : Optional[str]
-
If specified, incremental updates can be return. PartialContent (206) will be returned in that case. The value should be from the metadata LastRevisionAdjustmentTimeStamp of the previous response.
var name : str
-
The name of the series