Returns the records that can be reconciled against the given record (candidates for a match),
paginated and with amount_to_be_reconciled / exhausted computed. Supports filtering via
query parameters and sorting; when sorting by reference_date, NULL dates are sorted last.
Pagination note
For performance, the total count is capped at the maximum page size: the Content-Range
/ X-Total-Count headers report at most the cap (they read as "K+" once the cap is hit), and
the exact total is intentionally not computed for this endpoint. Requesting a window whose
end exceeds the cap (e.g. a large non-zero _start) is rejected with 416.
Note: the parent record is looked up with find_by (not find_by!), so an unknown
record_id does not return a 404; the subsequent call on a nil record currently raises
and the endpoint responds with a 500 (server error). This is a known server-side bug.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Unauthorized
416Requested window exceeds the reconcilable count cap
500Server error. An unknown record_id is looked up with find_by (not find_by!), so the
subsequent call on the nil record raises instead of returning a 404. This is a known
server-side bug.
