web_monitoring.db.Client.get_annotations

Client.get_annotations(*, page_id, to_version_id, from_version_id='', include_total=False)[source]

Iterate through Annotations for a Change between two Versions.

Parameters
page_idstring
to_version_idstring
from_version_idstring, optional

If from_version_id is not given, it will be treated as version immediately prior to to_version.

include_totalboolean, optional

Whether to include a _list_meta.total_results field in each annotation. (Default: False)

Yields
annotationdict

Data about the annotion.