Skip to content

interface: Add new method origin_visit_get_with_statuses

It enables to retrieve in an efficient and paginated way the list of visits and all their statuses for a given origin.

Previously, it was required to call origin_visit_status_get on each visit of the origin to get such list.

Related to #4090 (closed)


Migrated from D7442 (view on Phabricator)

Merge request reports