Admin cross-user execution list for the dashboard Payments area
(Executions tab). Lean rows straight off `mandate_executions`. Admin /
readonly-admin gated. Distinct from the Kronos-fired routes above.
Mandate Execution
List Mandate Executions (Admin)
GET
Admin cross-user execution list for the dashboard Payments area
(Executions tab). Lean rows straight off `mandate_executions`. Admin /
readonly-admin gated. Distinct from the Kronos-fired routes above.
Query Parameters
Sort specification for list endpoints. Read the field names as
"sort on <column> by <direction>".
A half-open time range, with a mandatory start and an optional end.
Designed to be embedded in list/filter query params via #[serde(flatten)].
Deserialize runs [TimeRange::validate] as part of deserialization, so
callers never receive a [TimeRange] that violates start_time <= end_time.