Query parameters
-
An optional start date of the report. If not specified, defaults to the first of the month, twelve months ago. If specified, end date is required and must be after the start date. For accuracy of reports which summarize by month, the start date should be the first day of the month. The range is inclusive of this date. Must be in ISO 8601 compliant format yyyy-MM-dd (for April first: 2025-04-01).
-
An optional end date of the report. If not specified, defaults to the first day of the current month. If specified, start date is required and must be before the end date. For accuracy of reports which summarize by month, the end date should be the first day of the month after the last month in the report.
The range is *EX*clusive of this date. Must be in ISO 8601 compliant format yyyy-MM-dd (for April first: 2025-04-01).
curl \
--request GET 'https://usaapi02.cadencyservices.trintech.com/test/api/reports/match-rate-trends' \
--header "Authorization: Bearer $ACCESS_TOKEN"
[
{
"year": 42,
"month": 42,
"manualCount": 42,
"autoCount": 42
}
]