Skip to main content

List Dismissed Documents

GET 

/api/ledger/reconciliation/dismissed

The provider documents previously dismissed from reconciliation on a connection, as a paginated, filterable, sortable list — the "show dismissed" view for reviewing and restoring documents that were hidden. Restore them with POST /api/ledger/reconciliation/restore or /restore/bulk.

Authentication: Requires Bearer token.

Query parameters: connection_id (required); standard pagination; sort (prefix with - for DESC; allowed: reference, secondary_reference, counterparty, total, sub_total, tax_total, amount_due, document_date, due_date, line_count, provider_updated_at, status, remote_type, remote_id); filter[...] (remote_type, status, doc_class = invoice|journal, date_from/date_to); search; and filter_groups. Each row's id is the composite "{remote_type}:{remote_id}".

Response: 200, a paginated list of dismissed documents (same row shape as the provider-only list, including doc_class, counterparty, secondary_reference, sub_total, tax_total, amount_due, due_date, line_count, and provider_updated_at).

Request

Responses

OK

Response Headers
    Content-Type