report_active_path

dqsegdb2.api.report_active_path(s=None, e=None)

Return the API path to query for a report of all flags in the active state.

Examples

>>> from dqsegdb2.api import report_active_path
>>> report_active_path()
'/report/active'
>>> report_active_path(s=1, e=2)
'/report/active?s=1&e=2'