API Report
Type of Report -
- Standard
Total Subsheets -
- Detailed API Status
Purpose of the Report -
This report provides a comprehensive overview of API requests made during the email processing, detailing the success count, failure count, and their corresponding session IDs.
Worksheets
Detailed API Status
- Logs comprehensive overview of API requests made during the email processing.
Detailed Description -
Subsheet Name : Detailed API Status
| Name of Column | Description of Field | Where is the value fetched from (Collection: apiresponses) |
|---|---|---|
| _id | tagName of API | tagName |
| totalCount | total count of the API being triggered | count of total documents is calculated according to _id |
| successCount | success count of the API | isSuccess |
| failureCount | Failure count of the API | isSuccess |
| timeoutCount | timeout count of the API | isTimeOut |
| failed_ids | sessionId of failed APIs | sessionId |
| timeout_ids | sessionId of failed APIs due to timeout | sessionId |
Example of Report -
API Status Report

Report-Link :
Report Format -ย
*branch : vil-development-master*
*Path : controllers/apiStatusReport.js*
Aggregation -
*branch : vil-development-master*
*Path : controllers/apiStatusReport.js*