web_monitoring.db.Client.get_version¶
-
Client.
get_version
(version_id, include_change_from_previous=None, include_change_from_earliest=None)[source]¶ Lookup a specific Version by ID.
- Parameters
- version_idstring
- include_change_from_previousboolean, optional
If True, include a change_from_previous field in that represents a change object between this and the previous version of the same page.
- include_change_from_earliestboolean, optional
If True, include a change_from_earliest field in that represents a change object between this and the earliest version of the same page.
- Returns
- responsedict