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_idstr
to_version_idstr
from_version_idstr, optional

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

include_totalbool, optional

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

Yields:
annotationdict

Data about the annotion.