curl --request GET \
--url https://matcher.sandbox.lerian.net/v1/reports/contexts/{contextId}/dashboard \
--header 'Authorization: Bearer <token>'{
"matchRate": {
"matchRate": 123,
"matchRateAmount": 123,
"matchedCount": 123,
"totalCount": 123,
"unmatchedCount": 123
},
"sla": {
"averageResolutionMs": 123,
"pendingOverdue": 123,
"pendingWithinSLA": 123,
"resolvedLate": 123,
"resolvedOnTime": 123,
"slaComplianceRate": 123,
"totalExceptions": 123
},
"updatedAt": "<string>",
"volume": {
"matchedAmount": "<string>",
"matchedTransactions": 123,
"periodEnd": "<string>",
"periodStart": "<string>",
"totalAmount": "<string>",
"totalTransactions": 123,
"unmatchedAmount": "<string>",
"unmatchedCount": 123
}
}Use this endpoint to retrieve combined dashboard aggregates including volume, match rate, and SLA statistics.
curl --request GET \
--url https://matcher.sandbox.lerian.net/v1/reports/contexts/{contextId}/dashboard \
--header 'Authorization: Bearer <token>'{
"matchRate": {
"matchRate": 123,
"matchRateAmount": 123,
"matchedCount": 123,
"totalCount": 123,
"unmatchedCount": 123
},
"sla": {
"averageResolutionMs": 123,
"pendingOverdue": 123,
"pendingWithinSLA": 123,
"resolvedLate": 123,
"resolvedOnTime": 123,
"slaComplianceRate": 123,
"totalExceptions": 123
},
"updatedAt": "<string>",
"volume": {
"matchedAmount": "<string>",
"matchedTransactions": 123,
"periodEnd": "<string>",
"periodStart": "<string>",
"totalAmount": "<string>",
"totalTransactions": 123,
"unmatchedAmount": "<string>",
"unmatchedCount": 123
}
}Bearer token authentication (format: "Bearer {token}")
A unique identifier for tracing the request across services.
The unique identifier of the reconciliation context.
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Source ID filter
¿Esta página le ayudó?