Get All Transaction Metrics by Time Frame

You can use this GET REST operation to get the number of the accounting hub transaction processed over a timeframe.

Example URL

Here's an example of the resource URL to display data from Invoice Holds REST API:

GET

/api/erp/integrations/resources/v1/{locale}/stats/transactionCountSummary

cURL Command

curl --location 'https://servername.fa.us2.oraclecloud.com/api/erp/inboundmonitoring/resources/v1/stats/transactionCountSummary?flowName=fah-import&time=1' \
--header 'Authorization: Bearer '<Bearer Token>

Example Response

Here's an example of the response body in JSON format:


{   
    "flowName":"fah-import",
    "totalTransactionCount":100,
    "accountedTransactionCount":100,
    "errorTransactionCount":50",
    "inProgressTransactionCount":0,
    "uploadedFrom": "2021-12-03T07:53:21.499111Z"
    "uploadedTo": "2021-12-04T07:53:21.499111Z",
}