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_id
str - include_change_from_previousbool, 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_earliestbool, 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.
- version_id
- Returns:
- response
dict
- response